{% extends "layout_fluid.html" %} {% load breadcrumb %} {% load i18n %} {% block content %}
{% trans "Ingest" as ingest_label %} {% trans "Rights" as rights_label %} {% trans "Transfer" as transfer_label %} {% trans "Edit" as edit_label %} {% trans "Add" as add_label %}

{{ rights_label }}
{{ name }}

{% for grant in grants %} {% endfor %} {% for grant in transfer_grants %} {% endfor %}
{% trans "Act" %} {% trans "Basis" %} {% trans "Restriction(s)" %} {% trans "Start" %} {% trans "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' %} {% trans "Edit" %} {% trans "Delete" %} {% else %} {% trans "Edit" %} {% trans "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' %} {% trans "Add" %} {% else %} {% trans "Add" %} {% endif %}
{% endblock %}