{% extends "web/base.html" %} {% load humanize %} {% block content %}

The next event is {{ event.date|naturalday|capfirst }}

Will you be there?

{% csrf_token %} {{ form.as_p }}
{% endblock content %}