{{ schema.title }}

{% if version_label %}

Stand: {{ version_label }}

{% endif %}
{% for col in columns %}{% endfor %} {% for row in rows %} {% for cell in row %} {% endfor %} {% endfor %}
{{ col.label }}
{%- if cell.type == "url" and cell.text -%} {{ cell.qr | safe }} {{ cell.short }} {%- elif cell.type == "rating_5" and cell.stars -%} {{ cell.stars }} {%- else -%}{{ cell.text }}{%- endif -%}