|
18 | 18 |
|
19 | 19 | <div class="callout callout-info small">
|
20 | 20 | {% if editable %}
|
21 |
| - {% 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 %} |
| 21 | + {% 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 %} |
22 | 22 | {% else %}
|
23 |
| - {% blocktranslate %}You cannot edit this evaluation because it has already been approved.{% endblocktrans %} |
| 23 | + {% blocktranslate %}You cannot edit this evaluation because it has already been approved.{% endblocktranslate %} |
24 | 24 | {% endif %}
|
25 | 25 | </div>
|
26 | 26 | <h3>
|
@@ -99,7 +99,7 @@ <h5 class="card-title me-auto">{% translate 'Evaluation data' %}</h5>
|
99 | 99 | <span slot="question">
|
100 | 100 | {% blocktranslate trimmed %}
|
101 | 101 | 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.
|
102 |
| - {% endblocktrans %} |
| 102 | + {% endblocktranslate %} |
103 | 103 | </span>
|
104 | 104 |
|
105 | 105 | <button slot="show-button" type="button" class="btn btn-success">{% translate 'Save and approve' %}</button>
|
@@ -133,11 +133,11 @@ <h5 class="modal-title" id="previewModalLabel">{% translate 'Preview' %}</h5>
|
133 | 133 | {% block modals %}
|
134 | 134 | {{ block.super }}
|
135 | 135 |
|
136 |
| - {% blocktranslate asvar title with evaluation_name=evaluation.full_name %}Request account creation for {{ evaluation_name }}{% endblocktrans %} |
| 136 | + {% blocktranslate asvar title with evaluation_name=evaluation.full_name %}Request account creation for {{ evaluation_name }}{% endblocktranslate %} |
137 | 137 | {% translate 'Please tell us which new account we should create. We need the name and email for all new accounts.' as teaser %}
|
138 | 138 | {% include 'contact_modal.html' with modal_id='createAccountRequestModal' user=request.user title=title teaser=teaser %}
|
139 | 139 |
|
140 |
| - {% blocktranslate asvar title with evaluation_name=evaluation.full_name %}Request evaluation changes for {{ evaluation_name }}{% endblocktrans %} |
| 140 | + {% blocktranslate asvar title with evaluation_name=evaluation.full_name %}Request evaluation changes for {{ evaluation_name }}{% endblocktranslate %} |
141 | 141 | {% translate 'Please tell us what changes to the evaluation we should make.' as teaser %}
|
142 | 142 | {% include 'contact_modal.html' with modal_id='changeEvaluationRequestModal' user=request.user title=title teaser=teaser %}
|
143 | 143 | {% endblock %}
|
|
0 commit comments