{% extends "core/index.html" %} {% load i18n %} {% load yauth %} {% block Title %}{% trans 'Corrections' %}{% endblock %} {% block Scripts %} {% endblock %} {% block Caption %}{% trans 'Corrections' %}{% endblock %} {% block Content %} {% if assessor_ests %} {% with yauser.core_user as viewing_user %} {% include 'core/correction_block.html' %} {% endwith %} {% else %}

{% trans 'No corrections are available.' %}

{% endif %} {% endblock %}