2
2
{% load pybb_extras %}
5
{% include "django_messages/inlines/navigation.html" %}
8
<div class="box_item_model">
9
7
{% for category in cats %}
10
{% include 'pybb/inlines/display_category.html' %}
8
<div class="blogEntry">
9
<h3><a href="{{category.get_absolute_url}}" class="invertedColor">{{category.name}}</a></h3>
10
{% include 'pybb/inlines/display_category.html' %}
14
<div class="center green">
15
<img src="{{ MEDIA_URL }}forum/img/folder_big_work_star.png" style="width: 48px; height:48px; margin: 0px;" alt="" class="middle" />
17
<img src="{{ MEDIA_URL }}forum/img/folder_big_work.png" style="width: 48px; height:48px; margin: 0px;" alt="" class="middle" />
13
22
<table class="legend">
16
<img src="{{MEDIA_URL}}/forum/img/folder_new_big.png" style="width: 48px; height:48px; margin: 0px;" alt="" align="middle" />
25
<img src="{{ MEDIA_URL }}forum/img/folder_new_big.png" style="width: 48px; height:48px; margin: 0px;" alt="" align="middle" />
18
27
<td>= Unread posts</td>
20
<img src="{{MEDIA_URL}}/forum/img/folder_big.png" style="width: 48px; height:48px; margin: 0px;" alt="" align="middle" />
29
<img src="{{ MEDIA_URL }}forum/img/folder_big.png" style="width: 48px; height:48px; margin: 0px;" alt="" align="middle" />
21
30
</td><td>= No unread posts</td>
26
<img src="{{MEDIA_URL}}/forum/img/folder_locked_big.png" style="width: 48px; height:48px; margin: 0px;" alt="" align="middle" />
35
<img src="{{ MEDIA_URL }}forum/img/folder_locked_big.png" style="width: 48px; height:48px; margin: 0px;" alt="" align="middle" />
27
36
</td><td>= Locked topic</td>
29
<img src="{{MEDIA_URL}}/forum/img/folder_new_locked_big.png" style="width: 48px; height:48px; margin: 0px;" alt="" align="middle" />
38
<img src="{{ MEDIA_URL }}forum/img/folder_new_locked_big.png" style="width: 48px; height:48px; margin: 0px;" alt="" align="middle" />
30
39
</td><td>= Unread posts in locked topic</td>