{% extends "cfp/event/base.html" %} {% load i18n %} {% load rich_text %} {% block title %}{{ request.event }}{% endblock %} {% block content %}{% with cfp=request.event.cfp %}
{% blocktrans with deadline=cfp.deadline|date:"SHORT_DATETIME_FORMAT" timezone=request.timezone trimmed %} You can enter submissions until {{ deadline }} ({{ timezone }}). {% endblocktrans %}
{% endif %}