{% for post in posts%}
{% with authors=post.authors.all() %} {%- if authors -%} {%- endif -%} {% endwith %} • {{ relative_time(post.publish_on, abs=_('on {time}'), rel=_('{time}')) -}} {%- if post.sticky %} • {% endif -%} {% if post.is_organization_private and show_organization_private_icon %} • {% for org in post.organizations.all() %} {{ org.name }} {% endfor %} {% endif %} {{- post.comments.filter(hidden=False).count() or 0 -}}

{{ post.title }}

{% cache 86400 'post_summary' post.id %} {{ post.summary|default(post.content, true)|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" %}