{% extends "template.html" %} {% macro buttons (rows, show) %} {% set offset = int(REQ.get('offset', 0)) %}
{% if offset>0 %} < {% else %} {% endif %} {% if rows==show %} > {% else %} {% endif %}
{% endmacro %} {% block body %} {% set index = get_index() %}
{{ buttons(index.rows, SHOW_ROWS) }}
{% if 'A' in PERMS %} {% endif %} {% for row in index.data %} {% if row[0] %} {% else %} {% endif %} {% if 'A' in PERMS %} {% endif %} {% endfor %}
{{ _('Date and time') }} {{ _('Virus name (level)') }} {{ _('Sender') }}{{ _('Size(B)') }} {{ _('Action') }}{{ _('Recipients') }}
 {{ row[1]|e }} {{ row[2]|e }} ({{ row[3]|e }}) {{ row[4]|e }} {{ row[5]|e }} {{ row[6]|e }}{{ row[7]|e }}
{{ buttons(index.rows, SHOW_ROWS) }}
{% endblock %}