{% if RSS %} {{Title}} {{Link}} {{Description}} {% for item in RSS_Item %} {{item.Title}} {{item.Excerpt_Text}} {{item.Full_Link}} {{item.Full_Link}} {% if item.Language %} {{item.Language}} {% endif %} {% if item.Date %} {{item.Date}} {% endif %} {% endfor %} {% else %} {% if Title_With_Content and Title_Tags %} <{{Title_Tags|e}}>{{Title_With_Content}} {% endif %} {% if UserCanFilterByCategory %}
{% for cat in Categories %} {% if (not OnlyShowCategoryWithItems) or (cat.count > 0) %}
{% for child in cat.children %} {% if (not OnlyShowCategoryWithItems) or (child.count > 0) %} {% endif %} {% for grandchild in child.children %} {% if (not OnlyShowCategoryWithItems) or (grandchild.count > 0) %} {% endif %} {% endfor %} {% endfor %}
{% endif %} {% endfor %}
{% endif %} {% if Rows %} {% if Show_RSS_Link %} {% endif %}
{% for item in Row %}
{% if Show_Featured_Image %}
{% if item.Featured_Image_HTML %} {% if not item.Disabled %} {% endif %} {{item.Featured_Image_HTML}} {% if not item.Disabled %} {% endif %} {% endif %}
{% endif %}
{% if Show_Item_Title %} {% if item.Pinned or item.Pinned_Text %}
{% if item.Pinned_Text %}{{item.Pinned_Text|trans}}{% endif %}
{% endif %} <{{Item_Title_Tags|e}} class="content_list_title {{item.Content_Type|e}}"> {% if not item.Disabled %} {% endif %} {{item.Title|e}} {% if not item.Disabled %} {% endif %} {% if item.Language %}({{item.Language|e}}){% endif %} {% endif %} {% if item.Item_Is_Recent %}

{{Recent_Item_Phrase|e}}

{% endif %} {% if Show_Author %}

{{item.Author|e}}

{% endif %} {% if Show_Date %}

{{item.Date|e}}

{% endif %} {% if Show_Excerpt %}
{{item.Excerpt_Text}}
{% endif %}
{% if item.Logged_in_user_is_admin and item.Content_panel_organizer_href_start %}
i
{% endif %} {% if Show_Category and item.Category %}
{{item.Category|e}}
{% endif %}
{% endfor %} {% if More %} {{More_Link_Title}} {% endif %}
{% endif %} {% if No_Rows %} <{{Title_Tags_If_No_Items|e}}>{{Title_With_No_Content}} {% endif %} {% if Years %}
{{'Published:'|trans}}
{% endif %} {{Pagination}} {% endif %}