{% load i18n %}
{% if file.legal_date %}
{{ file.legal_date }}
{% endif %} {% if file.license %}
{{ file.license }}
{% endif %}
{% spaceless %}
Download
{% if file.get_assigned_meetings %}
{% trans "Superordinated meeting" context "Singular" %}
{% endif %} {% if papers|length == 1 %}
{% trans "Superordinated paper" context "Singular" %}
{% endif %} {% if papers|length > 1 %}
{% endif %} {% if papers.0.main_file and papers.0.files.all|length > 0 or papers.0.files.all|length > 1 %} {% endif %} {% endspaceless %}