{% extends "admin/base_site.html" %} {% load i18n %} {% block title %}{% trans "Release publishing" %} | {{ block.super }}{% endblock %} {% block nav-breadcrumbs %} {% endblock %} {% block content %}

{% trans "Unable to continue with publishing" %}

{{ message }}

{% if release_url %}

{% trans "Return to the release details" %}

{% endif %}
{% if show_debug %}

{% trans "Debug details" %}

{% trans "The following data is only visible because DEBUG is enabled." %}

{% for item in debug_items %}
{{ item.name }}
{{ item.value }}
{% endfor %}
{% endif %} {% endblock %}