{% extends "admin/admin_sync/_publish_base.html" %} {% block action-content %}
Proceeding you will download configuration from {{ server }}
{% if prod_credentials.username %}
You are currently logged in as {{ prod_credentials.username }} (Change user)
{% endif %}
{% csrf_token %}
{% endblock %}