source: djangobb_forum/templates/djangobb_forum/moderators.html @ 371:9bb33d19b4c4

Last change on this file since 371:9bb33d19b4c4 was 371:9bb33d19b4c4, checked in by slav0nic <slav0nic0@…>, 22 months ago

mv templates/forum templates/djangobb_forum

File size: 253 bytes
Line 
1{% load forum_extras %}
2{% load i18n %}
3<em>({% trans "Moderated by" %}</em> 
4        {% for moderator in forum.moderators.all %}
5                {% if forloop.last %}
6                        {{ moderator|profile_link }})
7                {% else %}
8                        {{ moderator|profile_link }},
9                {% endif %}
10        {% endfor %}
Note: See TracBrowser for help on using the repository browser.