{% load static from staticfiles %}
Act Now
{{ form.media }}
Act Now
{% if user.is_authenticated and user.profile.organization %}
Create event/action
My events/actions
{% if user.is_staff %}
Requests
Invite
{% endif %}
Profile
Logout
{% else %} {% if not user.is_authenticated %}
Register
Login
{% elif not user.profile.organization %}
Create your organization
Logout
{% endif %} {% endif %}
{% block content %} {% endblock %}