{{ form }} {% if list %}
{% for item in list %} {% endfor %}
{{ 'Justification'| get_plugin_lang('Justification') }} {{ 'File'| get_lang }} {{ 'Date'| get_lang('Date') }} {{ 'Actions'| get_lang }}
{{ item.justification.name }} {{ item.file_path }} {{ item.date_validity }} {{'Edit' | get_lang}} {{'Delete' | get_lang}}
{% endif %}