{% extends 'settings/base.html' %} {% load i18n %} {% block title %}{% trans "Download x509 Credentials" %}{% endblock %} {% block page_header %} {% include "horizon/common/_page_header.html" with title=_("Download x509 Credentials") %} {% endblock page_header %} {% block settings_main %} {% include "settings/ec2/download_form.html" %} {% endblock %}