{% extends "layouts/base.html" %} {% load i18n static %} {% block title %}{% trans "Appreciation" %} - PX360{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{% trans "Send appreciation to colleagues and celebrate achievements" %}
{% trans "Received" %}
{{ stats.received }}
{% trans "Sent" %}
{{ stats.sent }}
{% trans "Badges Earned" %}
{{ stats.badges_earned }}
{% trans "Leaderboard" %}
{% trans "View" %}{% trans "See top performers" %}
{% trans "View earned badges" %}
{% trans "Share appreciation" %}
{% trans "Start sharing appreciation with your colleagues!" %}
{% trans "Send Your First Appreciation" %}