{% extends "aristotle_mdr/user/userHome.html" %} {% load aristotle_tags %} {% block sidebar %} {% include "aristotle_mdr/user/userSideBar.html" with activeTab='adminTools' %} {% endblock %} {% block page %}

{% block title %}Issue Labels{% endblock %}

Add new label {% for label in object_list %} {% endfor %}
Label Description Stewardship Organisation Actions
{{label.label}} {{label.description}} {% if label.stewardship_organisation %} {{ label.stewardship_organisation }} {% else %} Registry-wide {% endif %} {% if label|can_edit_label:request.user %} Edit Delete {% endif %}
{% endblock %}