{% from "components/primitives/canonical_table.html" import canonical_table %} {% call canonical_table(title=block.title) %}
{% if block.columns %}{% for col in block.columns %}{% endfor %}{% endif %} {% if block.rows %}{% for row in block.rows %}{% for cell in row %}{% endfor %}{% endfor %} {% else %}{% endif %}
{{ col }}
{{ cell }}
{% if locale == 'ru' %}Нет доступных данных.{% else %}No data available.{% endif %}
{% endcall %}