{% extends "layout.html" %} {% block page_title %}{{current_event.name}}{% endblock %} {% block body_class %}dashboard-page embed-view{% endblock %} {% block content %} {% if with_social_wall %} {% endif %}
{{current_event.name}}
{% if current_event.countdown %}
{% endif %}
DRIBDAT
{% if with_social_wall == 'mastodon' %}
{% endif %}
{% endblock %}