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