SMMP/build/generic/view/machine/view/motheure_count.twig

10 lines
197 B
Twig

{% set motheure = patch.motheure.get_motheure(machine.id_machine) %}
{% if motheure %}
<span class='motheure'>
{{ core.icon.motor | raw }}
<span>{{ motheure }}</span>ms
</span>
{% endif %}