{% extends "admin/base_site.html" %} {% load i18n %} {% block extrastyle %} {{ block.super }} {% endblock %} {% block nav-breadcrumbs %} {% endblock %} {% block content %}
| {% trans 'Fixture' %} | {% trans 'Entries' %} | {% trans 'Models' %} |
|---|---|---|
| {{ fx.path }} | {{ fx.count }} | {{ fx.models|join:', ' }} |
{% trans 'A release manager must approve before publishing can continue.' %}
{% else %}{% blocktrans trimmed with owner=release_manager_owner %}{{ owner }} must configure PyPI publishing credentials before this step can continue.{% endblocktrans %}
{% else %}{% trans 'Assign a release manager with PyPI publishing credentials before this step can continue.' %}
{% endif %}{% blocktrans trimmed with profile_url=current_user_admin_url %}Add a PyPI token or PyPI username and password in your user profile under the Release Manager section.{% endblocktrans %}
{{ error }}
{% elif not done %} {% if started and next_step is not None %} {% endif %} {% if started %} {% if awaiting_approval %} {% if approval_credentials_ready %} {% else %} {% endif %} {% elif paused %} {# Paused message shown above #} {% else %} {% endif %} {% else %} {% endif %} {% else %}{% trans 'All steps completed.' %}
{% if release.pypi_url %} {% endif %} {% if release.github_url %} {% endif %}{% blocktrans %}Certification logged in {{ cert_log }}{% endblocktrans %}
{% endif %} {% endif %}{% trans 'Restarts' %}: {{ restart_count }}
{{ log_content }}
{% else %}
{% trans 'Logs will appear here as steps progress.' %}
{% endif %} {% else %}{% trans 'Logs will appear here after publishing starts.' %}
{% endif %}