Part-DB.Part-DB-server/templates/helper.twig
2019-08-02 14:44:58 +02:00

7 lines
No EOL
178 B
Twig

{% macro boolean(value) %}
{% if value %}
{% trans %}bool.true{% endtrans %}
{% else %}
{% trans %}bool.false{% endtrans %}
{% endif %}
{% endmacro %}