{% load i18n mapentity_tags %}
{% trans "Add a new HD view" %}
{% endif %}{% trans "File" %} | {% trans "Title" %} | {% trans "Legend" %} | {% trans "Author" %} | {% trans "Update date" %} | {% block extra_column_header %}{% endblock %} {% if user.profile.structure == object.structure or perms.authent.can_bypass_structure %} {% block actions_attachment_header %}{% trans "Actions" %} | {% endblock actions_attachment_header %} {% endif %} {% endif %}
---|---|---|---|---|---|
|
{{ viewpoint.title }} | {{ viewpoint.legend }} | {{ viewpoint.author }} {{ viewpoint.license.label }} |
{{ viewpoint.date_update }} | {% if user.profile.structure == object.structure or perms.authent.can_bypass_structure and perms.common.change_hdviewpoint or perms.common.delete_hdviewpoint%}{% trans "Details" %} {% if perms.common.change_hdviewpoint %} {% trans "Update" %} {% endif %} {% if perms.common.delete_hdviewpoint %} {% trans "Delete" %} | {% endif %} {% endif %}