{% extends 'admin/base.html.twig' %} {% block content %}
| {{ 'form.download.label.title'|trans }} | {{ 'form.download.label.status'|trans }} | {{ 'form.download.label.position'|trans }} | {{ 'common.action.title'|trans }} |
|---|---|---|---|
| {{ download.title }} | {{ ('common.status.' ~ download.status)|trans }} | {% if loop.first == false and download.position > 1 %} {% else %} {% endif %} {% if loop.last == false and download.position >= 1 %} {% else %} {% endif %} | {% if download.status == 'enabled' %} {% else %} {% endif %} {% if has_access_rules(download.objectReference) == true %} {% else %} {% endif %} |
{{ 'admin.download.index.empty_message'|trans }}
{% endif %}