{% trans "There are no learners at this facility." %}
{% else %}{% trans "Learner" %} | {% trans "Points Remaining" %} |
---|---|
{{ student.get_name }} | {{ points }} |
{% extends "coachreports/base.html" %} {% load i18n %} {% load kalite_staticfiles %} {% load my_filters %} {% block coachreports_active %}active{% endblock coachreports_active %} {% block title %}{% trans "Learner spending report" %} {{ block.super }}{% endblock title %} {% block headcss %}{{ block.super }} {% endblock headcss %} {% block headjs %} {{ block.super }} {% endblock headjs %} {% block report_content %} {% block navbar_title %}{{ block.super }}{% endblock navbar_title %}
{% trans "There are no learners at this facility." %}
{% else %}{% trans "Learner" %} | {% trans "Points Remaining" %} |
---|---|
{{ student.get_name }} | {{ points }} |