{% extends 'base.html' %} {% load i18n %} {% block subtitle %} {% if topic.pk %} {% trans 'Edit' %} "{{ topic.name }}" {% else %} {% blocktrans trimmed with job_profile_name=current_job_profile.name %} New topic for "{{ job_profile_name }}" {% endblocktrans %} {% endif %} {% endblock %} {% block actions %} {% trans 'Back to the curriculum' %} {% endblock %} {% block main %}
{% csrf_token %} {% include 'extras/form.html' %}
{% trans 'Cancel' %}
{% endblock %}