{% extends "sphene/sphboard/base.html" %} {% load i18n %} {% load sphboard_extras %} {% load sph_extras %} {% load sph_pagination %} {% block content %}

{% if search_posts_url %}Search | {% endif %}{% trans "Latest" %} | {% sphboard_displayBreadcrumbsForCategory category 0 1 %}

{% if user.is_authenticated %}

{% if category %} {% include "sphene/sphboard/_category_monitor.html" %} {% else %} {% if group.has_monitor %} {% trans "You are currently receiving email notifications on new posts." %} - {% trans "Stop notifications" %} {% else %} {% if rootCategories %} {% trans "Notify me by email on new posts." %} {% endif %} {% endif %} {% endif %}

{% endif %} {% if rootCategories %} {% sphboard_displayCategories rootCategories 5 %}
{% trans "Title" %} {% trans "Threads" %} {% trans "Posts" %} {% trans "Last Post" %}


{% else %} {% if not isShowLatest %} {% if not category %} {% trans "There are currently no categories. (Or you have no permission to see them.)" %} {% endif %} {% endif %} {% endif %} {% if not category.get_category_type.is_separator %} {% if isShowLatest or category.canContainPosts %} {% block above_thread_list %} {% endblock %} {% include category.get_category_type.get_new_thread_link_template %} {% block thread_list_header %} {% if sph_settings.board_count_views %} {% endif %} {% endblock thread_list_header %} {% for thread in thread_list %} {% if thread.is_moved %} {% else %} {% block thread_list_info %} {% if sph_settings.board_count_views %} {% endif %} {% endblock %} {% endif %} {% endfor %}
{% trans "Threads" %}
{% trans "Subject / Author" %}{% trans "Views" %}{% trans "Posts" %} {% trans "Last Post" %}
{% blocktrans with thread.get_absolute_url as th_url and thread.subject as th_subject and thread.category.get_absolute_url as cat_url and thread.root_post.category.name as cat_name %}Thread was moved: {{ th_subject }} into {{ cat_name }}.{% endblocktrans %} {% if thread.is_sticky %}{% trans "Sticky:" %} {% endif %}{% if thread.is_hot %}{% trans "Hot:" %} {% endif %}{% if thread.is_poll %}{% trans "Poll:" %} {% endif %}{% if thread.is_closed %}{% trans "Locked:" %} {% endif %}{% block thread_list_subject %}{{ thread.subject }}{% endblock %}{% if thread.has_paging %} ( {% sph_pagination thread.get_page_count -1 thread.get_absolute_url_nopaging %} ){% endif %}
{% if isShowLatest %}{% sphboard_displayBreadcrumbsForCategory thread.category 1 %} - {% endif %}{% trans "By" %} {% sphboard_displayUserName thread.author %}
{{ thread.view_count }}{{ thread.post_count }} {% sphboard_latestPost thread.latest_post 0 %}
{% blocktrans %}{{ hits }} Threads in this category.{% endblocktrans %}{% sph_pagination pages page %}
{% include category.get_category_type.get_new_thread_link_template %} {% if user.is_authenticated and category.has_new_posts %}

{% trans "Catch Up" %}

{% endif %} {% endif %} {% endif %} {% if not category and user.is_authenticated %}

{% trans "Mark all as read" %}

{% endif %} {% block below_thread_list %} {% endblock %} {% endblock %}