{% include 'bc.twig' with { history: [ {text: "Модемы" } ] } %} {% for modem_key, modem in modems %}
{{ modem.label }}
{% include 'modem_data.twig' with { loading: true, modem: modem_key } %}
{% endfor %} {% js %} ModemStatus.init({{ js_modems|json_encode|raw }}); {% endjs %}