-
{% trans 'Service activities' %}
+
+
+
{% trans 'Service activities' %}
-
+
{% trans 'Please enter the number of hours per year' %}
@@ -100,44 +100,44 @@
{% trans 'Please enter the number of hours per year' %}
{{ form.students_service }}
-
{{ form.students_service.errors }}
+
{{ form.students_service.errors }}
{{ form.infrastructure_mgmt_service }}
- {{ form.infrastructure_mgmt_service.errors }}
+ {{ form.infrastructure_mgmt_service.errors }}
{{ form.events_organisation_service }}
- {{ form.events_organisation_service.errors }}
+ {{ form.events_organisation_service.errors }}
{{ form.publishing_field_service }}
- {{ form.publishing_field_service.errors }}
+ {{ form.publishing_field_service.errors }}
{{ form.scientific_jury_service }}
- {{ form.scientific_jury_service.errors }}
+ {{ form.scientific_jury_service.errors }}
-
-
-
{% trans 'Training activities' %}
+
+
+
{% trans 'Training activities' %}
+
{% trans 'Save'%}
diff --git a/templates/assistant_form_part6.html b/templates/assistant_form_part6.html
index a91e8e21b..9046966d2 100644
--- a/templates/assistant_form_part6.html
+++ b/templates/assistant_form_part6.html
@@ -1,4 +1,4 @@
-{% extends "layout.html" %}
+{% extends "bootstrap5/layout.html" %}
{% load static %}
{% load i18n %}
{% load l10n %}
@@ -27,25 +27,25 @@
* see http://www.gnu.org/licenses/.
{% endcomment %}
{% block breadcrumb %}
-
{% trans 'My mandates' %}
-
{% trans 'Renewal application form' %}
+
{% trans 'My mandates' %}
+
{% trans 'Renewal application form' %}
{% endblock %}
{% block content %}
-
-
+
+
{% if msg %}
-
{{ msg }}
+
{{ msg }}
{% endif %}