{% extends "admin/base_site.html" %} {% load i18n admin_urls %} {% load static %} {% block extrastyle %} {% endblock %} {% block content %}
{% csrf_token %}
    {% for manifest in manifests %}
  • {% trans 'unlabeled' as unlabeled %} {{ manifest.label|default:unlabeled }} ({{ manifest.pk }})
  • {% endfor %}
{{ form }}
{% block submit_buttons_bottom %}
{% endblock %}
{% endblock %}