{% extends "ptree/BaseBuiltIn.html" %} {% block title %} pTree demo sessions {% endblock %} {% block content %}

(To login to the admin page, click here.)

{% if intro_text %}

{{ intro_text }}

{% endif %} {% for s in session_info %}

{{ s.type }}

{{ s.doc }}

{% endfor %} {% endblock %}