{% extends "happenings/event_detail.html" %} {% load typogrify_tags markup %} {% block title %}{{ object.name }} Attendees: {% endblock %} {% block content %} {% csrf_token %}
{% if u.first_name and u.last_name %}
{{ u.first_name }} {{ u.last_name }}
{% endif %}
{{ u.city }}{% if u.state %}, {{ u.state }}{% endif %}
We're all very important people, right? Here's some of the folks from around the site you might run into at {{ object.name|typogrify }}.
{% if authenticated_request %}