horizon/openstack_dashboard/dashboards/project/stacks/templates/stacks/select_template.html

12 lines
326 B
HTML

{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Select Template" %}{% endblock %}
{% block page_header %}
{% include "horizon/common/_page_header.html" with title=_("Select Template") %}
{% endblock page_header %}
{% block main %}
{% include 'project/stacks/_select_template.html' %}
{% endblock %}