{% extends 'themes/'~layout_dir~'/layout.html' %} {% block body %}
{% include 'themes/default/modules/PortalModule/module.actions.html' %}
{% if total_records>0 %}
    {% if not inherited_view %} {% set show_pages = 2 %} {%if current_page>show_pages+1%}
  • chevron_left
  • {%endif%} {% for i in 1..total_pages %} {% if i>(current_page-3) and i<(current_page+3) %}
  • {{i}}
  • {% endif %} {% endfor %} {%if current_page<(total_pages-show_pages)%}
  • chevron_right
  • {%endif%} {%endif%}
{% for fieldname in list_fields %} {% endfor %} {% for record in records %} {% for fieldname in list_fields %} {% endfor %} {% endfor %}
{{"Actions"|trans}}{% 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)}}
zoom_in {% if edit_enabled is defined and edit_enabled %} mode_edit {% endif %} {% if pdf_download_enabled is defined and pdf_download_enabled and app.download_enabled %} picture_as_pdf{{"Download PDF"|trans}} {% endif %} {% if record[fieldname] is defined %} {% if fieldname == "imagename" %} {% for imagename,imagedetails in record["images"][fieldname] %} {% endfor %} {% else %} {% if fieldname == "progress" %}
{{record[fieldname]|raw}}
{% else %} {{record[fieldname]|trans|raw}} {% endif %} {% endif %} {% endif %}

{% endif %}
{% if not inherited_view and total_records > 0 %}
    {% set show_pages = 2 %} {%if current_page>show_pages+1%}
  • chevron_left
  • {%endif%} {% for i in 1..total_pages %} {% if i>(current_page-3) and i<(current_page+3) %}
  • {{i}}
  • {% endif %} {% endfor %} {%if current_page<(total_pages-show_pages)%}
  • chevron_right
  • {%endif%}
{%endif%}

{% if not inherited_view and total_pages > 0 %}Viser side {{current_page}} af {{total_pages}} - {%endif%} Poster i alt: {{total_records}}

{% endblock %} {% block footerscripts %} {% endblock %}