{#-*-html-*-#} {% extends "base.html" %} {% block header -%} {{ super() -}} {% endblock header %} {% block title %}Volume disposition{% endblock %} {% block content %}

Volume disposition

Volume Disposition Since {%- for vol in volumes %}
{{ vol.name }} {%- if vol.state == 'OFFSITE' -%} OFFSITE with {{ '' -}} {{- vol.custodian.name -}} {%- else -%} {{ vol.state }} {%- endif %} {{ vol.since }} {%- endfor %}
{% endblock content %}