{% extends "layout_fluid.html" %} {% load breadcrumb %} {% load i18n %} {% block content %}
{% trans "Act" %} | {% trans "Basis" %} | {% trans "Restriction(s)" %} | {% trans "Start" %} | {% trans "End" %} | {% for grant in grants %} |
---|---|---|---|---|---|
{{ 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 |