{% load i18n %} {% load sph_extras %} {% load sphboard_extras %} {% if show_board_link %} {% trans "Board" %} {% endif %} {% if categories %} {% for category in categories %} » {% ifnotequal category current %} {{ category.name }} {% else %} {{ category.name }} {% endifnotequal %} {% endfor %} {% endif %} {% if thread %} » {% if linkall %} {{ thread.subject }} {% else %} {{ thread.subject }} {% endif %} {% endif %}