diff --git a/openslides/assignment/templates/assignment/view.html b/openslides/assignment/templates/assignment/view.html index 60c92890d..05411eb20 100644 --- a/openslides/assignment/templates/assignment/view.html +++ b/openslides/assignment/templates/assignment/view.html @@ -17,6 +17,9 @@

{{ assignment }} {% trans "Back to overview" %} + {% if perms.projector.can_manage_projector %} + + {% endif %}

@@ -53,11 +56,11 @@ {% if perms.assignment.can_nominate_self %}

{% if user_is_candidate %} - + {% trans 'Withdraw self candidature' %} {% else %} - + {% trans 'Self candidature' %} {% endif %} @@ -66,16 +69,16 @@ {% if perms.assignment.can_nominate_other %} {% for field in form %} - {{ field }} - {% if perms.participant.can_see_participant and perms.participant.can_manage_participant %} - - {% endif %} - +

+ {{ field }} + + {% if perms.participant.can_see_participant and perms.participant.can_manage_participant %} + + {% endif %} +
{% endfor %}

- +

{% endif %} @@ -112,7 +115,7 @@ {% endfor %} {% if assignment.candidates and perms.assignment.can_manage_assignment and assignment.status == "vot" %} - + {% trans 'New ballot' %}