{% extends 'tionix/base.html' %}
{% load i18n %}
{% block title %}{% trans 'Overview' %}{% endblock %}
{% block page_header %}
{% endblock %}
{% block main %}
{% if simple_tenant_usage_enabled %}
{% trans "BASIS SPL Licenses" as license_title %}
{% include "horizon/common/_page_header.html" with title=license_title|add:': '|add:client_name %}
{% include "licenses/_point_usage.html" %}
{% endif %}
{% trans "Licenses" as license_title %}
{% include "horizon/common/_page_header.html" with title=license_title %}
{{ table.render }}
{% endblock %}
{% block css %}
{{ block.super }}
{% endblock css %}
{% block js %}
{{ block.super }}
{% endblock %}