{% load jmbo_template_tags %}
{% block content %} {% jmbocache 1200 'object-detail-inclusion' object.id object.modified %} {% if object.image %} {% if object.image_attribution %}
{{ object.image_attribution }}
{% endif %} {% endif %} {% if object.description %}
{{ object.description|linebreaks }}
{% endif %} {% endjmbocache %} {% endblock %}