{% load i18n %}
{% trans 'Status modification' %}
{% csrf_token %}
{{ form.status_to }} {% if form.status_to.errors %} {{ form.status_to.errors }} {% endif %}
{{ form.reason }} {% if form.reason.errors %} {{ form.reason.errors }} {% endif %}

{% trans 'If you want to schedule a status modification, feel free to fill one or two of theses date fields.' %}

{{ form.change_date }}
{% if form.change_date.errors %} {{ form.change_date.errors }} {% endif %}
{{ form.end_date }}
{% if form.end_date.errors %} {{ form.end_date.errors }} {% endif %}