{% load my_filters %} {% load i18n %} {% load staticfiles %}
{% trans "You currently have no coaches for this facility." %}
{% endif %}
{% trans "Coach" %} | {% trans "Edit" %} | {% trans "Logins" %} | {% trans "Login Time" %} | {% trans "Coach Report Views" %} | |
---|---|---|---|---|---|
{{ coach|format_name:"last_first" }} | {% blocktrans with coachname=coach|format_name:"last_first" %}Edit user info for coach {{ coachname }}{% endblocktrans %} | {{ coach.total_logins }} | {{ coach.total_hours|floatformat }} {% trans "hour(s)" %} | {{ coach.total_report_views }} | |