{% extends "jmbo/inclusion_tags/modelbase_detail.html" %} {% load jmbo_template_tags %} {% block content %} {% jmbocache 3600 'object-detail-inclusion' object.id object.modified %} {% if object.dfp_tracking_url %} {% endif %} {% if object.image %} {{ object.title }} {% endif %} {% endjmbocache %} {% endblock %}