{% extends "sponsors/base.html" %} {% load boxes_tags %} {% block body %}

PyCon 2011 Sponsorship

{% if user.is_authenticated %} {% if user.sponsorship %}

Your sponsorship application is being processed.

{% else %}

{% box "sponsorship-info" %}

To sponsor PyCon 2011:

  1. sign up and log in
  2. await application processing
{% endif %} {% else %}

{% box "sponsorship-info" %}

To sponsor PyCon 2011:

  1. apply to be a sponsor
  2. await application processing
{% endif %} {% endblock %}