{% extends "layout_fluid.html" %} {% load breadcrumb %} {% block content %}

Rights
{{ name }}

{% for grant in grants %} {% endfor %} {% for grant in transfer_grants %} {% endfor %}
Act Basis Restriction(s) Start End
{{ grant.act }} {{ grant.rightsstatement.rightsbasis }} {% for restriction in grant.restrictions.all %}
{{ restriction.restriction }}
{% endfor %}
{{ grant.startdate }} {% if grant.enddateopen %}(open){% else %}{{ grant.enddate}}{% endif %} {% if section == 'ingest' %} Edit Delete {% else %} Edit Delete {% endif %}
{{ grant.act }} {{ grant.rightsstatement.rightsbasis }} {% for restriction in grant.restrictions.all %}
{{ restriction.restriction }}
{% endfor %}
{{ grant.startdate }} {% if grant.enddateopen %}(open){% else %}{{ grant.enddate}}{% endif %} Transfer
{% if section == 'ingest' %} Add {% else %} Add {% endif %}
{% endblock %}