{% extends "three-column-content.html" %} {% block three_col_media %} {% include "blog/media-css.html" %} {% endblock %} {% block three_col_js %} {% endblock %} {% block left_sidebar %} {% endblock %} {% block middle_content %} {% set show_organization_private_icon=True %} {% if page_type == 'blog' %} {% for post in posts %} {% include "blog/content.html" %} {% endfor %} {% elif page_type == 'ticket' %} {% if tickets %} {% for ticket in tickets %} {% include "ticket/feed.html" %} {% endfor %} {% else %}

{{_('You have no ticket')}}

{% endif %} {% elif page_type == 'comment' %} {% for comment in comments %} {% include "comments/feed.html" %} {% endfor %} {% endif %} {% if page_obj.num_pages > 1 %}
{% include "list-pages.html" %}
{% endif %} {% endblock %} {% block right_sidebar %} {% endblock %}