{% extends "default.html" %} {% block nav_title %}Edit '{{ resource.title }}'{% endblock %} {% block title %}Edit picture '{{ resource.title }}' | {{ site_name }}{% endblock %} {% set back_url = "/picture/" + resource.id|string %} {% block content %}
Picture type
{% for type in types %}

{{ type.description | safe }}

{% endfor %}
Licences
{% for licence in licences %}
{% if licence.logo_url %} {% if licence.info_url %} {# An equivalent link already exists, only one is focusable #} {% else %} {% endif %} {% endif %}

{{ licence.description | safe }}

{% endfor %}
{% endblock %}