{% extends 'base.html' %} {% block title %}Buddy Board{% endblock %} {% block content %} {% if areas %}

Buddy Board New request

{% if buddy_board_disclaimer %}
{{ buddy_board_disclaimer|linebreaksbr }}
{% endif %} {% if buddy_requests %}
{% regroup buddy_requests by start as requests_by_date %} {% for date in requests_by_date %}

{{ date.grouper|date:"l, F jS, Y" }}

{% endfor %}
{% else %}
There are no active buddy requests
{% endif %} {% else %}

Buddy Board

You do not have any areas where the buddy system is allowed.

{% if user.is_superuser %}

You can change that in the Areas section of 'Detailed Administration'.

{% endif %} {% endif %} {% endblock %}