{% extends "jmbo/inclusion_tags/modelbase_detail.html" %} {% load i18n jmbo_template_tags %} {% block content %} {% jmbocache 3600 'object-detail-inclusion' object.id object.modified request.page %}
{% trans "Loading the player..." %}
{% if object.content %}
{{ object.content|safe }}
{% endif %} {% endjmbocache %} {% endblock %}