{% extends "default.html" %} {% block title %}Picture {{ resource.title }} | gigadata{% 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 %} {% if have_permission %}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 %}