From ede475d3a109062692e896a481bbc1f1061b8bff Mon Sep 17 00:00:00 2001 From: "holger.trampe" Date: Mon, 9 Dec 2019 17:06:17 +0100 Subject: [PATCH] Seite Standards angefangen anzupassen --- .../standards/standards_management.html | 51 ++++++++----------- 1 file changed, 21 insertions(+), 30 deletions(-) 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 %}