{% extends 'santa_app/base.html' %} {% block content %}

Hi, {{ p.name }}

Org: {{ p.organization.org_name }} ({{ p.organization.org_id }})

Assigned to: {% if p.assigned_to %} {{ p.assigned_to.name }} {% else %}Not assigned{% endif %}

Gifts sent: {{ p.sent_gifts.count }}

{% if can_send_more %} Send Gift {% else %}

Gift limit reached

{% endif %} {% endblock %}