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

{% trans "Send Appreciation" %}

{% csrf_token %}
{% trans "Select a hospital first" %}
{% trans "Optional: Select if related to a specific department" %}
{% trans "Required: Appreciation message in English" %}
{% trans "Optional: Appreciation message in Arabic" %}
{% trans "Your name will not be shown to the recipient" %}
{% trans "Cancel" %}
{% trans "Tips for Writing Appreciation" %}
  • {% trans "Be specific about what you appreciate" %}
  • {% trans "Use the person's name when addressing them" %}
  • {% trans "Mention the impact of their actions" %}
  • {% trans "Be sincere and authentic" %}
  • {% trans "Keep it positive and uplifting" %}
{% trans "Visibility Levels" %}
  • {% trans "Private:" %}

    {% trans "Only you and the recipient can see this appreciation" %}

  • {% trans "Department:" %}

    {% trans "Visible to everyone in the selected department" %}

  • {% trans "Hospital:" %}

    {% trans "Visible to everyone in the selected hospital" %}

  • {% trans "Public:" %}

    {% trans "Visible to all PX360 users" %}

{% endblock %} {% block extra_js %} {{ block.super }} {% endblock %}