{% if post.reports > 0 and current_user.is_authenticated and post.community.is_moderator(current_user) -%}
<spanclass="red fe fe-report"title="{{ _('Reported. Check post for issues.') }}"></span>
{% endif -%}
{% if post.sticky -%}<spanclass="fe fe-sticky-right"></span>{% endif -%}
{% if post.deleted -%}<spanclass="red fe fe-delete"title="{{ _('Post deleted') }}"></span>{% endif -%}
</h3>
<spanclass="author small">{% if show_post_community -%}<ahref="/c/{{ post.community.link() }}"aria-label="{{ _('Go to community %(name)s', name=post.community.name) }}">
{% if post.community.icon_id and not low_bandwidth %}<imgclass="community_icon_small rounded-circle"src="{{ post.community.icon_image('tiny') }}"alt="Community icon"/>{% endif -%}
c/{{ post.community.name }}</a>{% endif -%}
by {{ render_username(post.author) }} <timedatetime="{{ post.last_active }}">{{ post.posted_at_localized(sort, locale) }}</time></span>