{% load static i18n util_tags %} {% load widget_tweaks %}
{{ title }} | {{ theme.title }}
{% with 'css/themes/'|add:theme.css_style|add:'.css' as theme_selected %}
{% endwith %}
{% autoescape off %} {{ goals.presentation }} {% endautoescape %}
{% trans "Limit submission date" %}:
{{ goals.limit_submission_date }}
{% include "goals/_form_submit.html" %}