{% extends "cosinnus_event/base.html" %} {% load i18n static cosinnus_tags widget_tweaks %} {% block page_title %} {% trans "Event" %} {{ object.title }}{{ block.super }} {% endblock page_title %} {% block breadcrumb %} {{ block.super }}
  • {% trans "Event" %} {{ object.title }}
  • {% endblock %} {% block leftnav %} {% if object.state == 2 %} {% include "cosinnus_event/leftnav.html" with return_to="doodle" %} {% else %} {% include "cosinnus_event/leftnav.html" with return_to="events" %} {% endif %} {% endblock leftnav %} {% block content %}
    {% include "cosinnus_event/single_event_detailed.html" with event=object %} {% include 'cosinnus_event/event_comments.html' with event=event full_view="True" no_indent="True" comments_expanded="True" %}
    {% endblock content %}