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

{% trans "OT Consultations" %}

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