{% extends "jmbo/inclusion_tags/modelbase_detail.html" %} {% load gallery_tags jmbo_template_tags %} {% block content %} {% jmbocache 3600 'object-detail-inclusion' object.id object.modified %} {% videoembed object 'videoembed_detail_image' %} {% if object.description %}
{{ object.description|linebreaks }}
{% endif %} {% endjmbocache %} {% endblock %}