{% extends 'base.html' %} {% load i18n %} {% block title %}{{ paper.name|wordwrap:60 }}{% endblock %} {% block content %}
{{ paper.description }}
{% endif %} {% if paper.paper_type %}{{ paper.paper_type.paper_type }}
{% endif %}{{ paper.reference_number|default_if_none:paper }}
{% if paper.legal_date %}{% trans "Legal date: " %}{{ paper.legal_date }}
{% endif %} {% with paper.organizations.all as objects %} {% trans "Submitting Organizations" as name %} {% trans "Organizations" as historical_name %} {% include "partials/inline_list.html" with icon="users" link="organization" %} {% endwith %} {% with paper.persons.all as objects %} {% trans "Submitting Persons" as name %} {% trans "Persons" as historical_name %} {% include "partials/inline_list.html" with link="person" icon="user" %} {% endwith %} {% if paper.change_request_of %}Change Request of {{ paper.change_request_of }}
{% endif %} {% if paper.history.count > 1 %}{% trans "History is not available for files" %}
{% elif paper.main_file or paper.files.count > 0 %}{% trans "No files attached" %}
{% endif %}