{% extends "base.html" %} {% load i18n static %} {% block title %}{% trans "OT Sessions" %} - Tenhal{% endblock %} {% block content %}

{% trans "OT Sessions" %}

{% trans "New Session" %}
{% if unsigned_count > 0 %} {% endif %}
{% include 'ot/partials/session_list_partial.html' %}
{% endblock %} {% block js %} {% endblock %}