{% if editable %}
- {% blocktranslate %}Please review the evaluation's details below, add all contributors and select suitable questionnaires. Once everything is okay, please approve the evaluation on the bottom of the page.{% endblocktrans %}
+ {% blocktranslate %}Please review the evaluation's details below, add all contributors and select suitable questionnaires. Once everything is okay, please approve the evaluation on the bottom of the page.{% endblocktranslate %}
{% else %}
- {% blocktranslate %}You cannot edit this evaluation because it has already been approved.{% endblocktrans %}
+ {% blocktranslate %}You cannot edit this evaluation because it has already been approved.{% endblocktranslate %}
{% endif %}
@@ -99,7 +99,7 @@
{% translate 'Evaluation data' %}
{% blocktranslate trimmed %}
Do you want to approve this evaluation? This will allow the evaluation team to proceed with the preparation, but you won't be able to make any further changes.
- {% endblocktrans %}
+ {% endblocktranslate %}
@@ -133,11 +133,11 @@
{% translate 'Preview' %}
{% block modals %}
{{ block.super }}
- {% blocktranslate asvar title with evaluation_name=evaluation.full_name %}Request account creation for {{ evaluation_name }}{% endblocktrans %}
+ {% blocktranslate asvar title with evaluation_name=evaluation.full_name %}Request account creation for {{ evaluation_name }}{% endblocktranslate %}
{% translate 'Please tell us which new account we should create. We need the name and email for all new accounts.' as teaser %}
{% include 'contact_modal.html' with modal_id='createAccountRequestModal' user=request.user title=title teaser=teaser %}
- {% blocktranslate asvar title with evaluation_name=evaluation.full_name %}Request evaluation changes for {{ evaluation_name }}{% endblocktrans %}
+ {% blocktranslate asvar title with evaluation_name=evaluation.full_name %}Request evaluation changes for {{ evaluation_name }}{% endblocktranslate %}
{% translate 'Please tell us what changes to the evaluation we should make.' as teaser %}
{% include 'contact_modal.html' with modal_id='changeEvaluationRequestModal' user=request.user title=title teaser=teaser %}
{% endblock %}
diff --git a/evap/evaluation/templates/contribution_formset.html b/evap/evaluation/templates/contribution_formset.html
index 84d974980d..25324de6de 100644
--- a/evap/evaluation/templates/contribution_formset.html
+++ b/evap/evaluation/templates/contribution_formset.html
@@ -38,7 +38,7 @@
{% translate 'Contributors' %}
{% endfor %}
{% include 'bootstrap_form_errors.html' with errors=form.contributor.errors %}
{{ form.contributor }}
-
+
@@ -58,7 +58,7 @@
{% translate 'Contributors' %}
{% translate 'Label' %}:
+ title="{% blocktranslate %}This text will be shown next to the contributor's name in the questionnaire.{% endblocktranslate %}">
diff --git a/evap/evaluation/templates/external_user_confirm_login.html b/evap/evaluation/templates/external_user_confirm_login.html
index 44a13860ac..86bb5f1b54 100644
--- a/evap/evaluation/templates/external_user_confirm_login.html
+++ b/evap/evaluation/templates/external_user_confirm_login.html
@@ -18,7 +18,7 @@
{% blocktranslate trimmed with description=grade_document.description %}
Do you really want to delete the grade document {{ description }}?
- {% endblocktrans %}
+ {% endblocktranslate %}
+ title="{% blocktranslate %}This answer is for a general question and can't be made private.{% endblocktranslate %}" data-bs-toggle="tooltip">
{% translate 'Private' %}
diff --git a/evap/staff/templates/staff_questionnaire_index_list.html b/evap/staff/templates/staff_questionnaire_index_list.html
index 2bcfb08e5f..c26da132b2 100644
--- a/evap/staff/templates/staff_questionnaire_index_list.html
+++ b/evap/staff/templates/staff_questionnaire_index_list.html
@@ -28,8 +28,8 @@
@@ -58,7 +58,7 @@
{% blocktranslate trimmed with questionnaire_name=questionnaire.name %}
Do you really want to delete the questionnaire {{questionnaire_name}}?
- {% endblocktrans %}
+ {% endblocktranslate %}
diff --git a/evap/staff/templates/staff_semester_view.html b/evap/staff/templates/staff_semester_view.html
index 3bbd8dc068..2336bb2b8f 100644
--- a/evap/staff/templates/staff_semester_view.html
+++ b/evap/staff/templates/staff_semester_view.html
@@ -20,7 +20,7 @@
{{ semester.name }}
{% blocktranslate trimmed %}
Do you want to make this the active semester?
- {% endblocktrans %}
+ {% endblocktranslate %}
{{ semester.name }}
Do you really want to delete the semester {{ semester_name }}?
All courses and evaluations will be deleted as well as all results.
If you are sure, enter the name of the semester below.
- {% endblocktrans %}
+ {% endblocktranslate %}
@@ -103,7 +103,7 @@
{{ semester.name }}
{% blocktranslate trimmed with semester_name=semester.name %}
Do you really want to archive all participations in the semester {{ semester_name }}?
Further changes to the evaluations won't be possible and you can't undo this action.
- {% endblocktrans %}
+ {% endblocktranslate %}
{% translate 'Archive participations' %}
@@ -127,7 +127,7 @@
{{ semester.name }}
Do you really want to delete the grade documents in the semester {{ semester_name }}?
This will delete all existing grade documents for this semester's courses and will disable new uploads.
You can't undo this action.
- {% endblocktrans %}
+ {% endblocktranslate %}
{% translate 'Delete grade documents' %}
@@ -147,7 +147,7 @@
{{ semester.name }}
Do you really want to archive the results in the semester {{ semester_name }}?
This will make the results of all evaluations inaccessible for all users except their contributors and managers.
You can't undo this action.
- {% endblocktrans %}
+ {% endblocktranslate %}
{% translate 'Archive results' %}
@@ -183,7 +183,7 @@
{{ semester.name }}
Do you want to activate the reward points for the semester {{ semester_name }}?
The activation will allow participants to receive reward points when voting and will also grant all eligible points for participants who have already voted so far.
The process will take a while.
- {% endblocktrans %}
+ {% endblocktranslate %}
@@ -564,7 +564,7 @@
{{ semester.name }}
{% blocktranslate trimmed with course_name=course.name %}
Do you really want to delete the course {{ course_name }}?
- {% endblocktrans %}
+ {% endblocktranslate %}
diff --git a/evap/staff/templates/staff_semester_view_evaluation.html b/evap/staff/templates/staff_semester_view_evaluation.html
index 0ba710772c..7020ae5a83 100644
--- a/evap/staff/templates/staff_semester_view_evaluation.html
+++ b/evap/staff/templates/staff_semester_view_evaluation.html
@@ -147,12 +147,12 @@
{% if info_only or not request.user.is_manager %}
- {% blocktranslate with midterm=evaluation.midterm_grade_documents_count final=evaluation.final_grade_documents_count %}M: {{ midterm }}, F: {{ final }}{% endblocktrans %}
+ {% blocktranslate with midterm=evaluation.midterm_grade_documents_count final=evaluation.final_grade_documents_count %}M: {{ midterm }}, F: {{ final }}{% endblocktranslate %}
{% else %}
- {% blocktranslate with midterm=evaluation.midterm_grade_documents_count final=evaluation.final_grade_documents_count %}M: {{ midterm }}, F: {{ final }}{% endblocktrans %}
+ {% blocktranslate with midterm=evaluation.midterm_grade_documents_count final=evaluation.final_grade_documents_count %}M: {{ midterm }}, F: {{ final }}{% endblocktranslate %}
{% endif %}
{% if evaluation.final_grade_documents_count %}
@@ -214,7 +214,7 @@
{% blocktranslate trimmed with evaluation_name=evaluation.full_name %}
Do you really want to delete the evaluation {{ evaluation_name }}?
- {% endblocktrans %}
+ {% endblocktranslate %}
diff --git a/evap/staff/templates/staff_user_bulk_update.html b/evap/staff/templates/staff_user_bulk_update.html
index ea2fe952b7..224cfdf783 100644
--- a/evap/staff/templates/staff_user_bulk_update.html
+++ b/evap/staff/templates/staff_user_bulk_update.html
@@ -14,7 +14,7 @@
{% translate 'Bulk update users' %}
{% csrf_token %}
-
{% blocktranslate %}Upload a text file containing one user per line formatted as "username,email". Users in this file will be updated or created. All users that are not in this file will be deleted if possible. If they can't be deleted they will be marked inactive.{% endblocktrans %}
+
{% blocktranslate %}Upload a text file containing one user per line formatted as "username,email". Users in this file will be updated or created. All users that are not in this file will be deleted if possible. If they can't be deleted they will be marked inactive.{% endblocktranslate %}
{% include 'bootstrap_form.html' with form=form %}
{% if form.instance.id %}{% translate 'Edit user' %}{% else %}{% translate '
{% blocktranslate trimmed %}
The email will notify the user about all their due evaluations. Do you want to send the email now?
- {% endblocktrans %}
+ {% endblocktranslate %}
{% translate 'Resend evaluation started email' %}
@@ -129,14 +129,14 @@
{% translate 'Export evaluation results' %}
{% blocktranslate trimmed with user_fullname=form.instance.full_name %}
Do you really want to delete the user {{ user_fullname }}?
This person will also be removed from every other user having this person as a delegated or CC-user.
- {% endblocktrans %}
+ {% endblocktranslate %}
{% translate 'Delete user' %}
{% else %}
-
+
{% translate 'Delete user' %}
diff --git a/evap/staff/templates/staff_user_import.html b/evap/staff/templates/staff_user_import.html
index 13936511d4..ab3fe5a097 100644
--- a/evap/staff/templates/staff_user_import.html
+++ b/evap/staff/templates/staff_user_import.html
@@ -39,7 +39,7 @@
{% translate 'Import users' %}
{% blocktranslate trimmed %}
Do you really want to import the users from the Excel file?
- {% endblocktrans %}
+ {% endblocktranslate %}
{% translate 'Import previously uploaded file' %}
diff --git a/evap/staff/templates/staff_user_merge.html b/evap/staff/templates/staff_user_merge.html
index c8a2da4772..7d89361035 100644
--- a/evap/staff/templates/staff_user_merge.html
+++ b/evap/staff/templates/staff_user_merge.html
@@ -131,7 +131,7 @@
{% for user in main_user.ccing_users.all %}
{{ user.full_name }}{% if not forloop.last %},{% endif %}
@@ -239,7 +239,7 @@
{% translate 'Merge users' %}
{% if errors %}
- {% blocktranslate %}The users can't be merged, because either contributions or participations for the same evaluation exist or the users are responsible for the same courses.{% endblocktrans %}
+ {% blocktranslate %}The users can't be merged, because either contributions or participations for the same evaluation exist or the users are responsible for the same courses.{% endblocktranslate %}
{% elif warnings %}
{% translate 'Merge users' %}
{% else %}
diff --git a/evap/student/templates/student_index_semester_evaluations_list.html b/evap/student/templates/student_index_semester_evaluations_list.html
index 98cea43c6d..506845165e 100644
--- a/evap/student/templates/student_index_semester_evaluations_list.html
+++ b/evap/student/templates/student_index_semester_evaluations_list.html
@@ -161,7 +161,7 @@
{% elif evaluation.state == evaluation.State.PUBLISHED %}
{% include 'evaluation_result_widget.html' with course_or_evaluation=evaluation %}
{% elif not evaluation.participates_in or evaluation.voted_for and evaluation.State.IN_EVALUATION <= evaluation.state and evaluation.state <= evaluation.State.REVIEWED %}
-
+
{% include 'distribution_with_grade_disabled.html' with icon="fas fa-hourglass" weight_info=evaluation|weight_info %}
{% if contributor_errors_exist %}
- {% blocktranslate %}Please make sure to vote for all rating questions. You can also click on "I can't give feedback" to skip the questions about a single person.{% endblocktrans %}
+ {% blocktranslate %}Please make sure to vote for all rating questions. You can also click on "I can't give feedback" to skip the questions about a single person.{% endblocktranslate %}
{% else %}
- {% blocktranslate %}Please make sure to vote for all rating questions.{% endblocktrans %}
+ {% blocktranslate %}Please make sure to vote for all rating questions.{% endblocktranslate %}
{% endif %}
@@ -47,7 +47,7 @@
{% translate 'Questionnaire Preview' %}
- {% blocktranslate %}This is a preview of the questionnaire for the evaluation. Participants will see the questions below.{% endblocktrans %}
+ {% blocktranslate %}This is a preview of the questionnaire for the evaluation. Participants will see the questions below.{% endblocktranslate %}
{% endif %}
@@ -61,10 +61,10 @@
{{ evaluation.full_name }} ({{ evaluation.course.semester.name
{% translate 'Small number of participants' %}
- {% blocktranslate %}Only a small number of people can take part in this evaluation. You should be aware that contributors might be able to guess who voted for a specific answer and who wrote a text answer. Results will only be published if two or more people participated in the evaluation.{% endblocktrans %}
+ {% blocktranslate %}Only a small number of people can take part in this evaluation. You should be aware that contributors might be able to guess who voted for a specific answer and who wrote a text answer. Results will only be published if two or more people participated in the evaluation.{% endblocktranslate %}
{% if evaluation.num_voters == 0 %}
- {% blocktranslate %}You're the first person taking part in this evaluation. If you want your text answers to be shown to the contributors even if you remain the only person taking part, please check the box below. Otherwise your text answers will be deleted if no other person takes part in the evaluation.{% endblocktrans %}
+ {% blocktranslate %}You're the first person taking part in this evaluation. If you want your text answers to be shown to the contributors even if you remain the only person taking part, please check the box below. Otherwise your text answers will be deleted if no other person takes part in the evaluation.{% endblocktranslate %}
- {% blocktranslate %}Please vote for all contributors you worked with. Click on "I can't give feedback" to skip a person.{% endblocktrans %}
+ {% blocktranslate %}Please vote for all contributors you worked with. Click on "I can't give feedback" to skip a person.{% endblocktranslate %}
{% endif %}
@@ -137,7 +137,7 @@
{{ evaluation.full_name }} ({{ evaluation.course.semester.name
{% translate 'Small number of participants' %}
- {% blocktranslate %}You're the first person taking part in this evaluation. If you want your text answers to be shown to the contributors even if you remain the only person taking part, please check the box below. Otherwise your text answers will be deleted if no other person takes part in the evaluation.{% endblocktrans %}
+ {% blocktranslate %}You're the first person taking part in this evaluation. If you want your text answers to be shown to the contributors even if you remain the only person taking part, please check the box below. Otherwise your text answers will be deleted if no other person takes part in the evaluation.{% endblocktranslate %}
- {% blocktranslate %}The server can't be reached. Your answers have been stored in your browser and it's safe to leave the page. Please try again later to submit the questionnaire.{% endblocktrans %}
+ {% blocktranslate %}The server can't be reached. Your answers have been stored in your browser and it's safe to leave the page. Please try again later to submit the questionnaire.{% endblocktranslate %}
- {% blocktranslate %}I can't give feedback about this contributor{% endblocktrans %}
+ {% blocktranslate %}I can't give feedback about this contributor{% endblocktranslate %}
{% endif%}
@@ -78,7 +78,7 @@
{{ field.value|default_if_none:"" }}
- {% blocktranslate asvar intro_text %}After publishing, this text answer can be seen by:{% endblocktrans %}
+ {% blocktranslate asvar intro_text %}After publishing, this text answer can be seen by:{% endblocktranslate %}
{% include 'textanswer_visibility_info.html' with intro_text=intro_text visible_by_contribution=textanswers_visible_to.visible_by_contribution visible_by_delegation_count=textanswers_visible_to.visible_by_delegation_count %}