diff --git a/standards/templates/standards/standards_management.html b/standards/templates/standards/standards_management.html index e9c09ee..1ddaa70 100644 --- a/standards/templates/standards/standards_management.html +++ b/standards/templates/standards/standards_management.html @@ -30,41 +30,32 @@
{% for area in areas %}
- {% for task in tasks %} - {% if task.area == area %} - -

{{task.name}}

- - - - - - - + + {% for task in tasks %} + + {% if task.area == area %} + + {% endif %} + {% endfor %} - - {% for standard in standards_of_agency %} - {% if standard.task == task %} - - - - - - - - - {% endif %} - {% endfor %} + {% for task in tasks %} + {% for standard in standards_of_agency %} + + {% if standard.task == task %} + + {% endif %} + + + {% endfor %} + {% endfor %} + +
TitelErstellt amGeändert vonGeändert amÖffentlichkeitsstatus 
{{task.name}}
{{standard.name}}{{standard.created_standard_date}}{{standard.last_modified_by.first_name}} {{standard.last_modified_by.last_name}}{{standard.last_modified_on}}{{standard.public|yesno:"Öffentlich,Nicht öffentlich"}} - {% if standard.created_standard_by == request.user or perms.users.standards_management %} - - {% endif %} -
{{standard.name}}

- {% endif %} - {% endfor %} + +
{% endfor %}