{% extends "layouts/base.html" %} {% load i18n static %} {% block title %}{% trans "Appreciation Details" %} - {% endblock %} {% block content %}
{{ appreciation.message_ar }}
{% endif %}{% trans "Anonymous" %}
{% else %}{{ appreciation.sender.get_full_name }}
{% endif %}{{ appreciation.recipient_name }}
{{ appreciation.sent_at|date:"F j, Y, g:i A" }}
{{ appreciation.get_visibility_display }}
{{ rel.sender.get_full_name }}
{% endfor %}