{% extends "cfp/event/base.html" %} {% load i18n %} {% load rich_text %} {% load rules %} {% block content %}{% with cfp=request.event.cfp %} {% has_perm 'agenda.view_schedule' request.user request.event as can_view_schedule %}
{% blocktrans with deadline=cfp.max_deadline|date:"SHORT_DATETIME_FORMAT" timezone=request.timezone trimmed %} You can enter submissions until {{ deadline }} ({{ timezone }}). {% endblocktrans %}
{% endif %} {% endwith %} {% endblock %}