{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block form_id %}x509_download_form{% endblock %} {% block form_action %}{% url horizon:settings:ec2:index %}{% endblock %} {% block modal_id %}x509_download_modal{% endblock %} {% block modal-header %}{% trans "Download EC2 Credentials" %}{% endblock %} {% block modal-body %}
{% include "horizon/common/_form_fields.html" %}

{% trans "Description:" %}

{% trans 'Clicking "Download EC2 Credentials" will download a zip file which includes an rc file with your access/secret keys, as well as your x509 private key and certificate.' %}

{% endblock %} {% block modal-footer %} {% if hide %}{% trans "Cancel" %}{% endif %} {% endblock %}