{% extends 'base_catalog.html' %} {% load i18n thumbnail %} {% block og %} {% endblock %} {% block bread_scrumbs %} {% endblock %} {% block page_title %} {% endblock %} {% block content_list %} {% include 'client/includes/conference/conference_partner.html' with event=object %} {% comment %} {% if object.paid_new_id and object.paid_new.public %} {% include 'client/includes/conference/conference_paid.html' with event=object %} {% else %} {% include 'client/includes/conference/conference_object.html' with event=object %} {% endif %} {% endcomment %} {% endblock %} {% block paginator %} {% endblock %}