{% extends "layouts/base.html" %}
{% load i18n static %}
{% block title %}{% trans "Appreciation" %} - PX360{% endblock %}
{% block content %}
{% trans "Send appreciation to colleagues and celebrate achievements" %}
{% trans "Appreciation" %}
{% 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" %}