${h.form(url.current(), method='post')}
% for user in c.page.items: <% if user.account_type == 1: user_icon = h.literal('') elif user.account_type == 2: user_icon = h.literal('') else: user_icon = h.literal('') %> % endfor % if not c.page.items: % endif
  ${_('Username')} ${_('Full names')} ${_('Email address')} ${_('Status')} ${_('Actions')}
${user_icon} ${user.username} ${user.firstname} ${user.lastname} ${user.email} ${functions.item_status(user.active)} ${h.literal('')} ${h.literal('')}
${_('No accounts found')}
 
${h.end_form()}\
<%def name="title()"> ${_('Accounts :: Confirm bulk account deletion')} <%def name="heading()"> ${_('Accounts :: Confirm bulk account deletion')} <%def name="headers()"> <%def name="submenu()"> <%def name="localscripts()">\ <%namespace name="functions" file="../includes/functions.html"/> <%inherit file="../base.html"/>