mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-24 11:59:31 +00:00
Added tab for extended infos to part info
This commit is contained in:
parent
953ac422df
commit
baa0466633
4 changed files with 58 additions and 38 deletions
7
templates/helper.twig
Normal file
7
templates/helper.twig
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{% macro boolean(value) %}
|
||||
{% if value %}
|
||||
{% trans %}bool.true{% endtrans %}
|
||||
{% else %}
|
||||
{% trans %}bool.false{% endtrans %}
|
||||
{% endif %}
|
||||
{% endmacro %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue