{% macro price(price) -%} {% if price == None %}?{%else%}{{price|round(1)|numprint}}{% endif %} CZK {%- endmacro %}