{% extends "layouts/base.html" %} {% load i18n static %} {% block title %}{% trans "Appreciation" %} - PX360{% 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" %}

{% trans "Leaderboard" %}

{% trans "See top performers" %}

{% trans "My Badges" %}

{% trans "View earned badges" %}

{% trans "Send Appreciation" %}

{% trans "Share appreciation" %}

{% trans "Filters" %}

{% trans "Appreciations" %}

{% if page_obj %} {% if page_obj.has_other_pages %}
{% if page_obj.has_previous %} {% trans "Previous" %} {% else %} {% trans "Previous" %} {% endif %} {% for num in page_obj.paginator.page_range %} {% if page_obj.number == num %} {{ num }} {% elif num > page_obj.number|add:'-3' and num < page_obj.number|add:'3' %} {{ num }} {% endif %} {% endfor %} {% if page_obj.has_next %} {% trans "Next" %} {% else %} {% trans "Next" %} {% endif %}
{% 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 %}