blazar-dashboard/blazar_dashboard/content/leases/templates/leases/index.html

12 lines
276 B
HTML

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