{% extends "happenings/event_detail.html" %} {% load typogrify_tags markup %} {% block title %}{{ object.name }} Attendees: {% endblock %} {% block content %} {% csrf_token %}

Who you might see at {{ object.name|typogrify }}

{% endblock %} {% block aside %}

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 %}

Add me to the list

{% endif %} {{ block.super }} {% endblock %}