{% extends "default.html" %} {% 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 %} {% endif %}Average rating: {{ resource.average_rating | round(2) }} from {{ resource.rating_totals.values() | sum }} ratings
{% endif %} {% if current_user %}No ratings yet.
{% endif %}Contains objects: {% for object_id in contains %} {{ object_id }}{% if not loop.last %}, {% endif %}{% endfor %}
{% else %}No labelled regions.
{% endif %}This picture hasn't got any copies.
{% endif %}This picture isn't in any galleries.
{% endif %}