{% extends "authentic2/manager/table.html" %} {% load i18n %} {% block table.head.last.column %} {% if perms.a2_rbac.delete_organizationalunit %} {% endif %} {% endblock %} {% block table.tbody.last.column %} {% if perms.a2_rbac.delete_organizationalunit %} {% if row.record.default %} {% else %} {% endif %} {% endif %} {% endblock %}