{% from 'common/macros.html' import pager, timestamp, motd %} {% from 'common/icons.html' import icn_lock, icn_sticky %} {% extends "base.html" %} {% block title %}browsing topic {{ topic['name'] }}{% endblock %} {% block content %} {% if topic['is_locked'] %} {{ infobox("This topic is locked.;Only moderators can create new threads.", InfoboxKind.INFO) }} {% endif %} {%- with motds = get_motds() -%} {%- if motds -%} {%- for motd_obj in motds -%} {{- motd(motd_obj) -}} {%- endfor -%} {%- endif -%} {%- endwith -%} {% if threads_list | length == 0 %}
There are no threads in this topic.
{% else %} {% for thread in threads_list %}