{% extends 'subjects/view.html' %} {% load static i18n pagination permissions_tags subject_counter util_tags %} {% load django_bootstrap_breadcrumbs %} {% load widget_tweaks %} {% block style %} {{block.super}} {% endblock %} {% block javascript%} {{ block.super }} {% endblock%} {% block breadcrumbs %} {{ block.super }} {% breadcrumb topic 'subjects:topic_view' subject.slug topic.slug %} {% breadcrumb goals 'goals:view' goals.slug %} {% endblock %} {% block content %} {% if messages %} {% for message in messages %} {% endfor %} {% endif %} {% resource_permissions request.user goals as has_resource_permissions %} {% if goals.visible %}
{% elif has_resource_permissions %}
{% autoescape off %} {{ goals.presentation }} {% endautoescape %}
{% trans "Limit submission date" %}: {{ goals.limit_submission_date }}
{% include "goals/_form_submit.html" %}
{% endblock %}