{% extends "default.html" %} {% block title %}Editing picture {{ resource.title }} | {{ site_name }}{% endblock %} {% block content %} Editing: {{ resource.title }} {{ resource.description }} Back 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 %}
{{ resource.description }}
Back
{{ type.description | safe }}
{{ licence.description | safe }}