{% extends "base.html" %} {% load navigation_tags %} {% load authorization_tags %} {% block content %} {{ block.super }}
{% dojo_sort request 'Note Type' 'name' 'asc' %} | Description | Single/Multiple | Mandatory/Optional | Active/Disabled | |
---|---|---|---|---|---|
{{ nt.name }} | {{ nt.description }} | {% if nt.is_single %} Single {% else %} Multiple {% endif %} | {% if nt.is_mandatory %} Mandatory {% else %} Optional {% endif %} | {% if nt.is_active %} Active {% else %} Disabled {% endif %} | {% if "dojo.change_note_type"|has_configuration_permission:request %}
|
{% endif %}
No Note types found.
{% endif %}