{% extends "jmbo/inclusion_tags/modelbase_detail.html" %}
{% load i18n jmbo_template_tags humanize %}
{% block content %}
{% jmbocache 3600 'object-detail-inclusion' object.id object.modified %}
{% if '
{% endif %}
{% endif %}
{{ object.content|safe }}
{% endjmbocache %}
{% if can_enter %}
{% if competition_entry_form.is_multipart %}
{% if reason == 'auth_required' %} {% trans "You must be signed in to enter" %}. {% else %} {% if reason == 'max_entries' %} {% trans "You have entered this competition the maximum number of times" %}. {% else %} {% if reason == 'ended' %} {% trans "The competition is closed" %}. {% else %} {% trans "The competition opens" %} {{ object.start_date|naturalday:"D d N 'y" }}. {% endif %} {% endif %} {% endif %}
{% endjmbocache %} {% endif %} {% endblock %}