{% extends "sphene/sphblog/base.html" %} {% load sph_extras %} {% load sphblog_extras %} {% load i18n %} {% block subtitle %} {% if tag %} {{ tag.name }} {% else %} {{ block.super }} {% endif %} {% endblock %} {% block content %} {% if allowpostcategories %}
{% endif %} {% if tag %}{% trans "Tag" %}: {{ tag.name }} / {% trans "Back" %}
{% endif %} {% for thread in threads %} {% sphblog_showblogpost thread %} {% endfor %} {% if all_tags %} {% endif %} {% endblock %}