{% extends "layouts/base.html" %} {% load i18n static %} {% block title %}{% trans "Appreciation Leaderboard" %} - {% endblock %} {% block content %}
| Rank | {% trans "Recipient" %} | {% trans "Hospital" %} | {% trans "Department" %} | {% trans "Received" %} | {% trans "Sent" %} | {% trans "Hospital Rank" %} |
|---|---|---|---|---|---|---|
| {% if forloop.counter <= 3 %} {% if forloop.counter == 1 %}{% endif %} #{{ forloop.counter }} {% else %} #{{ forloop.counter }} {% endif %} | {{ item.get_recipient_name }} | {{ item.hospital.name }} | {% if item.department %}{{ item.department.name }}{% else %}-{% endif %} | {{ item.received_count }} | {{ item.sent_count }} | {% if item.hospital_rank %} {% if item.hospital_rank <= 3 %} #{{ item.hospital_rank }} {% else %} #{{ item.hospital_rank }} {% endif %} {% else %} - {% endif %} |
{% trans "Try changing the filters or select a different time period" %}
{% trans "Share your appreciation with colleagues" %}
{% trans "Send Now" %}