kingbird-dashboard/kingbird_dashboard/quota_management/templates/quota_management/detail.html

9 lines
253 B
HTML

{% extends 'kingbird/default/table.html' %}
{% load i18n %}
{% block title %}{% trans "Quota Details" %}{% endblock %}
{% block page_header %}
{% include "horizon/common/_page_header.html" with title=_("Quota Details") %}
{% endblock page_header %}