${_('Exceptions Tracker ')}

% if c.exception_list_count == 1: ${_('There is {} stored exception.').format(c.exception_list_count)} % else: ${_('There are {} stored exceptions.').format(c.exception_list_count)} % endif ${_('Store directory')}: ${c.exception_store_dir} ${h.secure_form(h.route_path('admin_settings_exception_tracker_delete_all'), request=request)}
${h.end_form()}

${_('Exceptions Tracker - Showing the last {} Exceptions').format(c.limit)}.

${_('Show more')}
<% cnt = len(c.exception_list)%> % for tb in c.exception_list: <% cnt -=1 %> % endfor
# Exception ID Date App Type Exc Type
${cnt} ${tb['exc_id']} ${h.format_date(tb['exc_utc_date'])} ${tb['app_type']} ${tb['exc_type']}