{% extends "arnold/tabs.html" %} {% load crispy_forms_tags %} {% block tabcontent %} {% comment %} List all existing justifications {% endcomment %}
Reason | Description | ||
---|---|---|---|
{{ justification.name }} | {{ justification.description }} | Edit | {% if justification.deletable %} Delete {% else %} {% endif %} |