{% include "happenings/includes/latest_updates.html" %} {% if object.has_started %} {% with object.memory_set.count as memory_count %} {% if memory_count %}
{% endif %} {% if user in object.attending.all %} {% if memory_count == 0 %}
Share your memories
No one has shared any memories yet. You can be the first.
{% endif %} {% if memory_count > 0 %} Add yours {% endif %} {% endif %} {% if memory_count > 0 %}Memories
{{ m.thoughts|truncatewords:"30" }}
– {{ m.author.display_name }}
{% block comments %} {% if object.comment_set.count %} {{ count }} View all comments {% endif %} {% include 'includes/comments/comments.html' %} {% endblock %}