{% extends 'base.html.twig' %} {% block body_id 'bled' %} {# the homepage is a special page which displays neither a header nor a footer. this is done with the 'trick' of defining empty Twig blocks without any content #} {% block stylesheets %} {{ parent() }} {% endblock %} {% block header %} {% endblock %} {% block modal %} {{ parent() }}

ERROR

{% endblock %} {% block body %}

Light Services

{% for bledctrl in bledlist %} {% endfor %}
{{ 'Service'|trans }} {{ 'Desciption'|trans }} {{ 'Color'|trans }} {{ 'Status'|trans }}
{{ bledctrl.service }} {{ bledctrl.desciption }} {{ bledctrl.name }}

Light Balance Manager

Seleziona Gruppo Canali .RGB    che vuoi gestire.
{% endblock %} {% block javascripts %} {{ parent() }} {% endblock %} {% block footer %} {% endblock %}