{% extends "base.html" %} {% block title %}{{ page_title }} · {{ app_title }}{% endblock %} {% block content %}
{% include "components/product_console_state.html" %} {% if has_layout %}
{% for block in layout_blocks %}
{% include "components/layout_block.html" %}
{% endfor %}
{% else %}

{% if locale == 'ru' %}Данные площадки{% else %}Venue payload{% endif %}

{% if dashboard %}
{{ dashboard | tojson(indent=2) }}
{% else %}
{% if locale == 'ru' %}Нет данных панели площадки.{% else %}No venue dashboard data available.{% endif %}
{% endif %}
{% endif %}
{% endblock %}