cerberus-dashboard/cerberusdashboard/templates/security_reports/index.html

12 lines
294 B
HTML

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