{% extends 'global/master.tpl' %} {% block title %}{{ topic.topic_title }}{% endblock %} {% block content %}
{% if not post.user.checkPermission('SITE', 'DEACTIVATED') or post.user.checkPermission('SITE', 'RESTRICTED') %}{{ post.user.data.username }}
{% else %}
[deleted user]
{% endif %}
{% if not post.user.usertitle %}{{ post.rank.title }}{% else %}{{ post.user.user_title }}{% endif %}
{% if session.checkLogin %}
{% endif %}
|
{{ post.parsed_post|raw }}
{% if post.post_signature and post.signature %}
{{ post.signature|raw }}
{% endif %}
|