{% if post.is_organization_private and show_organization_private_icon %}
{% for org in post.organizations.all() %}
{% include "organization/tag.html" %}
{% endfor %}
{% endif %}
{% cache 86400 'post_content' post.id %}
{{ post.content|markdown(lazy_load=True)|reference|str|safe }}
{% endcache %}
{{_("...More")}}
{% if request.profile.can_edit_organization(org) %}
{% endif %}
{% endfor %}
{% include "feed/has_next.html" %}
{% endblock %}