{% extends "layouts/default.html.twig" %} {% block title %}{{ 'Test'|trans }}{% endblock %} {% block body %}
{{ include('partials/_page_header.html.twig', {header: 'Test page'|trans, description: 'Check requirements and configuration'|trans}) }} {% for check in checks %} {% endfor %}
List of verified requirements
Status Component Description
{{ check.check_label }}

{{ 'Graph capabilities'|trans }}

{{ pie_graph|raw }}
{{ bar_chart|raw }}
{% endblock %}