{% if org.rights_statements %} {% for statement in org.rights_statements %} {% endfor %}
Record Type Basis Rights Notes
{% for t in statement.applies_to_type.all %}{{t}}{% if not forloop.last %}
{%endif%}{% endfor %}
{{statement.rights_basis}} {{statement.get_table_data.notes}} View {% if request.user.is_superuser %} Edit Delete {% endif %}
{% endif %}

{{org.name}} has no rights statements.