{% extends 'Base.html' %} {% load ptreefilters %} {% block title %}Please wait{% endblock %} {% block content %}

{{ wait_message }}

Please wait
{% endblock %} {% block content_at_bottom_of_body %} {% include 'ptree/WaitingPageCode.html' %} {% endblock %}