{% trans 'Publishing credentials required' %}

{% if has_release_manager %}

{% blocktrans trimmed with owner=release_manager_owner %}{{ owner }} must configure publishing credentials before this step can continue.{% endblocktrans %}

{% else %}

{% trans 'Assign a release manager with publishing credentials before this step can continue.' %}

{% endif %} {% if release_manager_admin_url %}

{% blocktrans trimmed with profile_url=release_manager_admin_url %}Add the missing credentials in the Release Manager admin profile.{% endblocktrans %}

{% else %}

{% trans 'Add the missing credentials in the Release Manager admin profile.' %}

{% endif %}