{% load i18n %}
{% if id %}

{% trans "Editing" %} {{form.initial.name}}

{% else %}

{% trans "New" %} {% trans "program" %}

{% endif %} {% if not id %}
{% trans "Thank you for creating a profile for your programme on the BSLise. Please fill in all of the mandatory information in the fields below (indicated with an asterisk*), and as much of the non-mandatory information as possible." %}
{% endif %}