added reporting screen (#1805)
This commit is contained in:
14
templates/reporting/layout.html.twig
Normal file
14
templates/reporting/layout.html.twig
Normal file
@@ -0,0 +1,14 @@
|
||||
{% extends 'base.html.twig' %}
|
||||
{% import "reporting/actions.html.twig" as actions %}
|
||||
|
||||
{% block page_title %}{{ 'reporting.title'|trans({}, 'reporting') }}{% endblock %}
|
||||
{% block page_subtitle %}{% block report_title %}{% endblock %}{% endblock %}
|
||||
{% block page_actions %}{{ actions.reporting() }}{% endblock %}
|
||||
|
||||
{% block main %}
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
{% block report %}{% endblock %}
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user