{% macro boolean(id,value) %} {% endmacro %} {% macro checkbox(id,options, value) %} {% if options is string %} {% set options = options|from_json %} {% for label, checkvalue in options.items() %}
{% if value %}{{ value | money_format }}{% endif %}
{% endmacro %} {% macro number(id, value) %}{% if value %}{{ value }}{% endif %}
{% endmacro %} {% macro integer(id, value) %}{% if value %}{{ value }}{% endif %}
{% endmacro %} {% macro textarea(id, value) %}{{ label }}
{% endif %} {% endfor %} {% endif %} {% endmacro %} {% macro connected_table(id, connected_table, value) %} {% if value %} {{ value }} {% endif %} {% endmacro %} {% macro treeView(id, connected_table, value) %} {% endmacro %} {% macro tagsInput(id, connected_table, value) %} {% endmacro %} {% macro date(id,value) %}{% if value %} {{ value.strftime('%d/%m/%Y') }} {% endif %}
{% endmacro %} {% macro incompletedate(id,value) %}{% if value %} {%set format = value | format_incomplete_date%} {{format[2]}}/{{format[1]}}/{{format[0]}} {% endif %}
{% endmacro %} {% macro image(id, value) %} {% if value%}{% if value %}{{ value }}{% endif %}
{% endmacro %} {% macro default(id, value) %}{% if value %}{{ value }}{% endif %}
{% endmacro %}