{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block header %}
{% blocktrans trimmed %} Please capture the application credential ID and secret in order to provide them to your application. {% endblocktrans %}
{% blocktrans trimmed %} The application credential secret will not be available after closing this page, so you must capture it now or download it. If you lose this secret, you must generate a new application credential. {% endblocktrans %}
{% endblock %} {% block modal-footer %} {{ download_openrc_label }} {{ download_clouds_yaml_label }} {% if download_kubeconfig_url %} {{ download_kubeconfig_label }} {% endif %} {{ cancel_label }} {% endblock %}