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

{% trans "Release publishing error" %}

{% trans "We couldn't continue the publish flow" %}

{{ message }}

{% if release %}
{% trans "Release" %}: {{ release.package.name }} {{ release.version }}
{% endif %} {% if action %}
{% trans "Action" %}: {{ action|capfirst }}
{% endif %}
{% trans "Status code" %}: {{ status_code }}
{% if release %} {% trans "Back to release" %} {% trans "Return to publish progress" %} {% endif %} {% trans "Admin home" %}
{% if debug_info %}
{% trans "Debug details" %}
{{ debug_info }}
{% endif %}
{% endblock %}