{% load i18n pybb_tags %}
{% include "pybb/breadcrumb_top_extra_crumb.html" %}
- Forum /
{% if object %}
{% if object.get_parents %}
{% for obj in object.get_parents %}
- {% pybb_link obj %} /
{% endfor %}
{% endif %}
{% if extra_crumb %}
- {% pybb_link object %} /
{% else %}
- {{ object }}
{% endif %}
{% endif %}
{% if extra_crumb %}
- {% trans extra_crumb %}
{% endif %}