{% load static from staticfiles %}
{% block headers %} {% endblock %}
Toggle navigation
{{ SHORT_HOUSE }}
{% if user.is_authenticated %} {% if user.username == ANONYMOUS_USERNAME %}
Login
{% else %}
{{ user.first_name }}
Update My Profile
My Threads
My Requests
Logout
{% endif %} {% if REQUEST_TYPES %}
Requests
{% for type_tuple in REQUEST_TYPES %}
{% if type_tuple.1 > 0 %}{{ type_tuple.1 }}{% endif %}
{{ type_tuple.0.name }}
{% endfor %}
{% endif %}
Go
Forums
Member Directory
Manager Directory
Manager Announcements
Upcoming Events
Landing
Archives
All Threads
All Requests
All Announcements
All Events
Utilities
How To
Site Map
External
Workshift
Source
{% if user.is_superuser %}
Admin
Users
Manage Users
Add User
{% if NUM_OF_PROFILE_REQUESTS > 0 %}{{ NUM_OF_PROFILE_REQUESTS }}{% endif %}
Profile Requests
President Duties
Meta-Manager
Manage Request Types
Miscellaneous
Site Utilities
{% elif PRESIDENT %}
President
Meta-Manager
Manage Request Types
{% endif %} {% endif %}
{% if not user.is_authenticated %}
Login
Request Account
Source
Help
Site Map
{% else %}
{% endif %}
{% block jumbotron %}{% endblock %}
{% if messages %} {% for message in messages %}
×
{{ message|safe }}
{% endfor %} {% endif %} {% block title %}{% endblock %}
{% block content %}{% endblock %}
{% block gallery %}{% endblock %}
Powered by
Python
and
Django
. Contact {{ ADMIN.0 }} (
{{ ADMIN.1 }}
) for support.
{% block endscripts %}{% endblock %}