{% extends "cfp/event/base.html" %} {% load i18n %} {% load rich_text %} {% block title %}{{ request.event }}{% endblock %} {% block content %}{% with cfp=request.event.cfp %}

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

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

{% blocktrans with deadline=cfp.deadline|date:"SHORT_DATETIME_FORMAT" timezone=request.timezone trimmed %} You can enter submissions until {{ deadline }} ({{ timezone }}). {% endblocktrans %}

{% endif %} {% endwith %} {% endblock %}