magnum-ui/magnum_ui/bay/templates/bay/index.html

11 lines
249 B
HTML

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