{% extends "cfp/event/base.html" %} {% load i18n %} {% load rich_text %} {% load rules %} {% block title %}{{ request.event }}{% endblock %} {% block content %}{% with cfp=request.event.cfp %} {% has_perm 'agenda.view_schedule' request.user request.event as can_view_schedule %}

{{ cfp.headline|default:"" }}

{{ cfp.text|rich_text }} {% if request.event.settings.cfp_show_deadline %}

{% 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 %}