{% extends "base.html" %} {% load i18n static %} {% block title %}{% trans "OT Consultations" %} - Tenhal{% endblock %} {% block content %}
{% blocktrans count counter=unsigned_count %} You have {{ counter }} unsigned consultation that requires your signature. {% plural %} You have {{ counter }} unsigned consultations that require your signature. {% endblocktrans %}
{% if unsigned_items %}{% trans "Recent unsigned consultations:" %}