{% include "happenings/includes/latest_updates.html" %} {% if object.has_started %} {% with object.memory_set.count as memory_count %} {% if user in object.attending.all %} Since you attended, you can add your thoughts and photos: {% endif %}
Attendees said...
{% if memory_count == 0 %}No attendees have shared their memories yet.
{% else %}{{ m.text|truncatewords:"30" }}
– {{ m.user.display_name }}
{% endif %} {% block comments %} {% include "happenings/includes/latest_comments.html" %}
{% if authenticated_request %} {% render_comment_form for object %} {% else %} {% include "includes/signin_reg.html" %} {% endif %}
{% endblock %}