{% extends "base.html" %} {% comment %} Copy of jmbo/templates/jmbo/modelbase_detail.html. render_object replaced since the can_enter variable needs to be set. {% endcomment %} {% load jmbo_inclusion_tags competition_tags %} {% block content %}
{% if view_modifier %}
{{ title }}
{% view_modifier view_modifier %} {% endif %} {% with object.as_leaf_class as object %} {% object_header object %} {% competition_detail object %} {% object_footer object %} {% object_comments object %} {% endwith %}
{% endblock %}