{% extends "admin/core/base.html" %} {% load foundation %} {% load bool_fa %} {% block title %}{{ request.repository.name }} Licenses{% endblock %} {% block title-section %}{{ request.repository.name }} Licenses{% endblock %} {% block title-sub %}Management interface for {{ request.repository.name }} Licenses{% endblock %} {% block breadcrumbs %}
  • Press Manager
  • Preprint Manager
  • Licenses
  • {% endblock %} {% block body %}

    Select Active Licenses

    {% csrf_token %} {{ form|foundation }}
    {% endblock %} {% block js %} {% include "admin/elements/post_check.html" %} {% include "admin/elements/datatables.html" with target="#editors" page_length=10 sort=1 order="asc" %} {% endblock %}