{% extends "default.html" %} {% block nav_title %}{{ resource.title }}{% endblock %} {% block title %}Picture {{ resource.title }} | {{ site_name }}{% endblock %} {% macro shape_label(x, y, text) %} {% if text %} {{ text }} {% endif %} {% endmacro %} {% block content %}
by {{ resource.author.formatted_name }}
{{ resource.description }}
{% if resource.replaced_by %}This picture has been replaced by {{ resource.replaced_by.title }}.
{% if have_permission %} {% endif %}