horizon/horizon/dashboards/settings/ec2/templates/ec2/index.html

12 lines
339 B
HTML

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