{% 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 %}
Title
Description
{{ resource.description }}
Picture type
{% for type in types %}
{{ type.id }}
{{ type.description | safe }}
{% endfor %}
Origin URL
Can be left blank if not applicable.
Licences
{% for licence in licences %}
{% if licence.pinned %}
Pinned
{% endif %} {% if not licence.free %}
Non-free
{% endif %}
[{{ licence.id }}] {{ licence.title }}
{% if licence.url %}
More information
{% endif %}
{% if licence.logo_url %} {% if licence.info_url %}
{# An equivalent link already exists, only one is focusable #}
{% else %}
{% endif %} {% endif %}
{{ licence.description | safe }}
{% endfor %}
Save
{% endblock %}