{% extends "base.html" %}

{{ terms|e }}

{% block content %} {% for t in ts %}

{{ t.subject|e }}

{{ t.authors|e }}

{{ format_time_range(t.first,t.last)|e }}

{{ show_msgs(t.toplevel())|safe }} {% endfor %} {% endblock content %}