{% if not activity.is_locked %}
🕙 {{ activity.start_time|date:"DATETIME_FORMAT" }} {% if activity.end_time %} – {{ activity.end_time|date:"TIME_FORMAT" }} {% endif %}
📍{{ activity.location }}
{% if activity.guest_limit %}👥Places remaining: {{ activity.remaining_capacity }} / {{ activity.guest_limit }} Not enough space for {{rsvp.guest_count}} people
{% else %}👥People going: {{ activity.attendee_count }}
{% endif %} {% for guest_list in activity.attendee_list %} {{ guest_list|join:", " }} {% endfor %} {% if activity.attendee_list|length == 0 %}🚶‍➡️No-one is coming yet
{% endif %}