{% set _user = author %}{% set _size = 40 %}{% set _size_class = "md" %}{% include "_avatar_link.html" %}
{% set _user = author %}{% set _class = "post-detail-author" %}{% include "_user_link.html" %}
{% if is_admin(user) and author and author.get('role') %}
· {{ author['role'] }}
{% endif %}
{{ time_ago }}
{{ post['topic'] }}
{% if post.get('title') %}
{{ post['title'] }}
{% endif %}{{ post['content'] }}
{% if attachments %}
{% include "_attachment_display.html" %}
{% endif %}
{% if poll %}
{% set _poll = poll %}{% include "_poll.html" %}
{% endif %}
{% set _uid = post['uid'] %}{% set _my_vote = my_vote %}{% set _count = post.get('stars', 0) %}{% include "_post_votes.html" %}
{% set _type = "post" %}{% set _uid = post['uid'] %}{% set _reactions = reactions %}{% include "_reaction_bar.html" %}
{% set _type = "post" %}{% set _uid = post['uid'] %}{% set _bookmarked = bookmarked %}{% include "_bookmark_button.html" %}
{% if is_owner %}
{% endif %}
Related Discussions