|
|
|
@ -23,14 +23,12 @@ |
|
|
|
{% endblock %} |
|
|
|
{% endblock %} |
|
|
|
|
|
|
|
|
|
|
|
{% block content_list %} |
|
|
|
{% block content_list %} |
|
|
|
{% include 'client/includes/conference/conference_partner.html' with event=object %} |
|
|
|
{# {% include 'client/includes/conference/conference_partner.html' with event=object %}#} |
|
|
|
{% comment %} |
|
|
|
|
|
|
|
{% if object.paid_new_id and object.paid_new.public %} |
|
|
|
{% if object.paid_new_id and object.paid_new.public %} |
|
|
|
{% include 'client/includes/conference/conference_paid.html' with event=object %} |
|
|
|
{% include 'client/includes/conference/conference_paid.html' with event=object %} |
|
|
|
{% else %} |
|
|
|
{% else %} |
|
|
|
{% include 'client/includes/conference/conference_object.html' with event=object %} |
|
|
|
{% include 'client/includes/conference/conference_object.html' with event=object %} |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
{% endcomment %} |
|
|
|
|
|
|
|
{% endblock %} |
|
|
|
{% endblock %} |
|
|
|
|
|
|
|
|
|
|
|
{% block paginator %} |
|
|
|
{% block paginator %} |
|
|
|
|