{% extends 'base.html.twig' %}
{% block title %}{% trans %}Dashboard{% endtrans %}{% endblock %}
{% block body %}
{% include 'dashboard/filter.html.twig' with {'filter': filter} %}
{% include "dashboard/printer_" ~ view ~ ".html.twig" with {'printerList': printerList} %}