{% load i18n jmbo_template_tags humanize %}
{% 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 %}
{% endif %}