style="display: none;">
{% with {'post_buttons_hide_text': true} %}
{% block post_buttons %}
{% EVENT viewtopic_body_post_buttons_before %}
{% if postrow.U_EDIT %}
-
{{ Icon('iconify', 'fa:pencil', lang('BUTTON_EDIT'), post_buttons_hide_text, 'c-button-icon') }}
{% endif %}
{% if postrow.U_DELETE %}
-
{{ Icon('iconify', 'fa:times', lang('BUTTON_DELETE'), post_buttons_hide_text, 'c-button-icon') }}
{% endif %}
{% if postrow.U_REPORT %}
-
{{ Icon('iconify', 'fa:exclamation', lang('BUTTON_REPORT'), post_buttons_hide_text, 'c-button-icon') }}
{% endif %}
{% if postrow.U_WARN %}
-
{{ Icon('iconify', 'fa:exclamation-triangle', lang('BUTTON_WARN'), post_buttons_hide_text, 'c-button-icon') }}
{% endif %}
{% if postrow.U_INFO %}
-
{{ Icon('iconify', 'fa:info', lang('BUTTON_INFORMATION'), post_buttons_hide_text, 'c-button-icon') }}
{% endif %}
{% if postrow.U_QUOTE %}
-
{{ Icon('iconify', 'fa:quote-left', lang('BUTTON_QUOTE'), post_buttons_hide_text, 'c-button-icon') }}
{% endif %}
{% EVENT viewtopic_body_post_buttons_after %}
{% endblock post_buttons %}
{% endwith %}
{% if postrow.S_UNREAD_POST %}
{{ Icon('iconify', 'fa:file', postrow.MINI_POST, true, 'c-topic-unread-icon') }}
{% else %}
{{ Icon('iconify', 'fa:file', postrow.MINI_POST, true, 'c-topic-icon') }}
{% endif %}
{L_POST_BY_AUTHOR} {postrow.POST_AUTHOR_FULL} »
{{ Icon('iconify', 'fa:exclamation', '', true, 'c-topic-reported-icon') }}
{L_POST_UNAPPROVED_EXPLAIN}
{{ Icon('iconify', 'fa:exclamation', '', true, 'c-topic-reported-icon') }}{L_POST_REPORTED}
{postrow.MESSAGE}
-
{L_ATTACHMENTS}
- {postrow.attachment.DISPLAY_ATTACHMENT}
{L_DOWNLOAD_NOTICE}
{postrow.DELETED_MESSAGE}
{L_REASON}{L_COLON} {postrow.DELETE_REASON}
{postrow.EDITED_MESSAGE}
{L_REASON}{L_COLON} {postrow.EDIT_REASON}
{postrow.BUMPED_MESSAGE}
{postrow.SIGNATURE}