{% 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 %}

Venue payload

{% if dashboard %}
{{ dashboard | tojson(indent=2) }}
{% else %}
No venue dashboard data available.
{% endif %}
{% endif %}
{% endblock %}