{% extends 'themes/default/config/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 total_pages > 0 %}{{"Showing page"|trans}} {{current_page}} of {{total_pages}} - {%endif%}{{"Total Records"|trans}}: {{total_records}}