{% extends "admin/core/base.html" %} {% load i18n %} {% load static %} {% load foundation %} {% block title %}Delete License{% endblock %} {% block title-section %}Delete License{% endblock %} {% block title-sub %}{{ license.name }}{% endblock %} {% block breadcrumbs %} {{ block.super }}
  • Manager
  • Licences
  • {% if license %}
  • {{ license.name }}
  • {% endif %} {% endblock %} {% block body %}

    Articles

    {% if license_articles %}

    {% trans 'This license is currently used by the following articles. If you delete it these articles will no longer have a license listed.' %}

    {% endif %}

    {% trans 'You should only delete this license if you are absolutley sure you want to remove it.' %}

      {% for article in license_articles %}
    • {{ article.safe_title }}
    • {% endfor %}

    Confirm Deletion

    {% csrf_token %}
    {% endblock %}