{% extends "djhcup_base.html" %} {% block title %} {% if title %}{{ title }}{% else %}No Title{% endif %} {% endblock %} {% block head %} {% endblock %} {% block body %} {% if title %}

{{ title }}

{% endif %} {% if response_messages %}

Response Messages

    {% for m in response_messages %}
  1. {{ m.content }}
  2. {% endfor %}
{% elif links %} {% else %}

No content.

{% endif %} {% endblock %}