{% extends "sora/layout.html" %} {% load i18n %} {% import "sora/macros.html" as macros with context %} {% block title %}{{ macros.page_title(title=_('Active Threads')) }}{% endblock %} {% block content %} {% if threads %}

{% trans %}Following threads are currently experiencing most activity:{% endtrans %}

{% else %}

{% trans %}Looks like there are no active threads.{% endtrans %}

{% endif %} {%- endblock %} {% macro forum(forum) -%} {{ forum.name }} {%- endmacro %} {% macro username(id, username, slug) -%} {%- if id -%} {{ username }} {%- else -%} {{ username }} {%- endif -%} {%- endmacro %}