{% extends 'base.html' %} {% set title = 'Delivery' %} {% block content %}
Unlocked batch

{{ batch.name }}

{% if batch.description %}

{{ batch.description }}

{% endif %}
Credentials

{{ credentials|length }} item{% if credentials|length != 1 %}s{% endif %}

{{ access_key.status }}
{% for credential in credentials %}
{{ credential }}
{% endfor %}
{% endblock %}