{% extends 'themes/'~layout_dir~'/layout.html' %} {% block body %}
| {% if app.request.query.get('sort')==fieldname %} arrow_drop_{% if app.request.query.get('order')=='desc' %}up{%else%}down{%endif%} {%endif%}{{app.translator.trans(fieldname)}} | {% endfor %}
|---|
| {{record[fieldname]|raw}} | {% endfor %}
{% if not inherited_view and total_pages > 0 %}{{"Showing page"|trans}} {{current_page}} of {{total_pages}} - {%endif%}{{"Total Records"|trans}}: {{total_records}}