{% extends "base.html" %} {% block crumbs %}
Maßnahme: {{ control.title }}
{{ control.description }}
Überblick
Verknüpfte Risiken:
Verantwortliche/r: {{ control.owner|default:"-" }}
Erstellt am: {{ control.created_at|date:'d.m.Y H:i' }}
Aktualisiert am: {{ control.updatet_at|date:'d.m.Y H:i' }}
Maßnahmen
Titel | Status | Frist | Verantwortlicher | Link |
---|---|---|---|---|
{{ control.title }} | {{ control.get_status_display }} | {% if control.due_date %} {{ control.due_date|date:"d.m.Y" }} {% else %} – {% endif %} | {% if control.responsible %} {{ control.responsible.get_full_name|default:control.responsible.username }} {% else %} – {% endif %} | {% if control.wiki_link %} 🔗 {% else %} – {% endif %} |
Keine Maßnahmen erfasst.
{% endif %}Historie
Zeitpunkt | Benutzer | Aktion |
---|---|---|
{{ log.action_time|date:"d.m.Y H:i" }} | {{ log.user.get_full_name|default:log.user.username }} | {{ log.get_change_message }} |
Keine Historie vorhanden.
{% endif %}