<%inherit file="/base/index.html"/>
%for user in c.accounts: %endfor
${c.title}
Account Name Account Email Tools
${user.id} ${user.user_data.name} ${user.email} %if user.active: Disable Edit %else: Enable Delete %endif