{% extends "layouts/base.html" %} {% load i18n static %} {% block title %}{% trans "Appreciation" %} - {% endblock %} {% block content %}

{% trans "Appreciation" %}

{% trans "Send appreciation to colleagues and celebrate achievements" %}

{% trans "Send Appreciation" %}
{% trans "Received" %}

{{ stats.received }}

{% trans "Sent" %}

{{ stats.sent }}

{% trans "Badges Earned" %}

{{ stats.badges_earned }}

{% trans "Leaderboard" %}
{% trans "View" %}
{% if page_obj %} {% if page_obj.has_other_pages %} {% endif %} {% else %}

{% if current_tab == 'received' %} {% trans "No appreciations received yet" %} {% else %} {% trans "No appreciations sent yet" %} {% endif %}

{% trans "Start sharing appreciation with your colleagues!" %}

{% trans "Send Your First Appreciation" %}
{% endif %}
{% endblock %} {% block extra_js %} {{ block.super }} {% endblock %}