{% include 'ucp_header.html' %}
| {{ L_TOPICS }} | {{ L_LAST_POST }} |
|---|---|
|
{% if topicrow.S_UNREAD %}
{{ topicrow.TOPIC_FOLDER_IMG_ALT }}
{% else %}
{{ topicrow.TOPIC_FOLDER_IMG_ALT }}
{% endif %}
{% if topicrow.TOPIC_TYPE == VAR %}
{{ L_VIEW_TOPIC_LOCKED }}
{% endif %}
{% if topicrow.S_UNREAD %}
{{ L_VIEW_NEWEST_POST }}
{{ L_NEW_POST }}
•
{% endif %}
{{ topicrow.TOPIC_TITLE }}
{% if topicrow.pagination %}
{% endif %}
|