diff --git a/openslides/assignment/templates/assignment/view.html b/openslides/assignment/templates/assignment/view.html index 164310ada..f08405f96 100644 --- a/openslides/assignment/templates/assignment/view.html +++ b/openslides/assignment/templates/assignment/view.html @@ -2,6 +2,7 @@ {% load i18n %} {% load staticfiles %} +{% load tags %} {% block title %}{{ block.super }} – {% trans "Election" %} "{{ assignment }}"{% endblock %} @@ -18,36 +19,32 @@ {{ assignment }} {% trans "Back to overview" %} + PDF {% if perms.projector.can_manage_projector %} {% endif %} + {% if perms.assignment.can_manage_assignment or perms.agenda.can_manage_agenda %}
- - {% trans 'More actions' %} - + + {% trans 'More actions' %}
+ {% endif %}
@@ -67,7 +64,7 @@
    {% for person in assignment.get_participants %}
  1. - {{ person }} + {{ person }} {% if perms.assignment.can_manage_assignment %} {% if assignment.status == "sea" or assignment.status == "vot" %} @@ -126,7 +123,7 @@