{% extends "authentic2/manager/table.html" %} {% load i18n %} {% if perms.auth.change_group %} {% block table.head.last.column %} {% endblock %} {% block table.tbody.last.column %} {% if view.can_change and row.record.direct %}{% endif %} {% endblock %} {% endif %}