{% extends "default.html" %} {% block title %}Editing picture {{ resource.title }} | {{ site_name }}{% endblock %} {% block content %}

Editing: {{ resource.title }}

{{ resource.description }}

Back

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 %}