{% for post in posts %}
{% if post.is_organization_private and show_organization_private_icon %}
{% for org in post.organizations.all() %} {% include "organization/tag.html" %} {% endfor %}
{% endif %}
{% with authors=post.get_authors() %} {%- if authors -%} {%- endif -%} {% endwith %} • {{ relative_time(post.publish_on) }} {%- if post.sticky %} • {% endif -%} {{ comment_count(post) }}

{{ post.title }}

{% cache 86400 'post_content' post.id %} {{ post.content|markdown(lazy_load=True)|reference|str|safe }} {% endcache %}
{{_("...More")}}
{% set pagevote = post.get_or_create_pagevote() %} {% set bookmark = post.get_or_create_bookmark() %} {% set hide_actionbar_comment = True %} {% set include_hr = False %} {% set share_url = request.build_absolute_uri(post.get_absolute_url()) %} {% include "actionbar/list.html" %}
{% endfor %} {% include "feed/has_next.html" %}