Added tab for extended infos to part info

This commit is contained in:
Jan Böhmer 2019-08-02 14:44:58 +02:00
parent 953ac422df
commit baa0466633
4 changed files with 58 additions and 38 deletions

7
templates/helper.twig Normal file
View file

@ -0,0 +1,7 @@
{% macro boolean(value) %}
{% if value %}
{% trans %}bool.true{% endtrans %}
{% else %}
{% trans %}bool.false{% endtrans %}
{% endif %}
{% endmacro %}