{% extends 'backend/components/layouts/default.html' %} {% load static %} {% block content %} {% load humanize %}
{% if user_profile.profile_picture %} image {% else %} image {% endif %} {{user.first_name}} {{user.last_name}}

{{user.first_name}} {{user.last_name}} {% if user_profile.is_nurse %}(Nurse){% endif %} {% if user_profile.is_doctor %}(Doctor){% endif %} {% if user_profile.is_pharmacist %}(Pharmacist){% endif %} {% if user_profile.is_moderator %}(moderator){% endif %} {% if user_profile.is_partner %}& (Partner).{% endif %}

{{user_profile.country}}
Welcome {{user.first_name}} {{user.last_name}}
Thank you {{user.first_name}} {{user.last_name}} for your outstanding support, dedication, and efforts throughout the camp.
Your active participation and commitment have made a positive impact, and we truly appreciate your hard work.
{% if user_profile.is_partner %}
Kindly download the Monitoring and Evaluation report below to see the valuable insights gathered during this event.

{% endif %}
{% if not user_profile.is_nurse and not user_profile.is_doctor and not user_profile.is_pharmacist and not user_profile.is_unknown and not user_profile.is_moderator %}
{% if webdata.mission %}
Camp Mission
{{webdata.mission}}
{% endif %} {% if webdata.vision %}
Camp Vision
{{webdata.vision}}
{% endif %} {% if webdata.goals %}
Camp Goals
{{webdata.goals}}
{% endif %}
No. of Projects
{{project_count|floatformat:0|intcomma}}
Projects
Total Number of Projects.
Number Of Partners
{{partnering_org_count|floatformat:0|intcomma}}
Partners
Total Camp Partners
Total Volunteers
{{volunteer_count|floatformat:0|intcomma}}
Volunteers
Total Camp Volunteers
{% comment %}
Total Members
{{ user_count|floatformat:0|intcomma }}
Members
Total partners and Members
{% endcomment %}

{% include "backend/usercountpanel.html" %}
Camp Files and Documents
{% if user.is_superuser %} Add Organization files {% endif %}
{% if org_files %} {% for file in org_files %}
Name: {{ file.name }}

Uploaded On: {{ file.created_at|date }} | Updated at: {{ file.updated_at|date }} _

Document: {% if file.file %} Download {% else %} No document available {% endif %}

{% if user.is_superuser %} Update
{% csrf_token %}
{% else %} {% if file.file %} View {% else %} No document available {% endif %} {% endif %}
{% endfor %} {% else %}
Organization files: NO Organization Files AVAILABLE
{% if user.is_superuser %} Add {% endif %}
{% endif %}
{{webdata.title}} Policies, Terms, Agreements etc
{% if latest_privacy_policy %}
Privacy Policy: AVAILABLE

Link-> View Privacy Policy!

{% if user.is_superuser %} Update
{% csrf_token %}
{% else %} View {% endif %}
{% else %}
Privacy Policy: NO Privacy Policy AVAILABLE
{% if user.is_superuser %} Add {% endif %}
{% endif %} {% if latest_terms_and_conditions %}
Terms and Conditions: AVAILABLE

Link->View Terms and Conditions!

{% if user.is_superuser %} Update
{% csrf_token %}
{% else %} View {% endif %}
{% else %}
Terms and Conditions: NO Terms and Conditions AVAILABLE
{% if user.is_superuser %} Add {% endif %}
{% endif %} {% if latest_volunteer_agreement %}
Volunteer Agreement: AVAILABLE

Link->View Volunteer Agreement!

{% if user.is_superuser %} Update
{% csrf_token %}
{% else %} View {% endif %}
{% else %}
Volunteer Agreement: NO Volunteer Agreement AVAILABLE
{% if user.is_superuser %} Add {% endif %}
{% endif %}

{{user.first_name}}, here are your Files (only visible to you.)
{% if user_files %} {% for file in user_files %}
File Name: {{ file.name }}

Uploaded on: {{ file.upload_date|date:"Y-m-d" }}

View Document -> Download

Update
{% csrf_token %}
{% endfor %} {% else %}
{% if user.is_superuser %} Add {% endif %}
{% endif %}
Camp Minutes
{% if user.is_superuser %} {% endif %} {% if minutes %} {% for minute in minutes %}
Meeting Minutes: {{ minute.meeting_date }}

Meeting Title: {{ minute.meeting_title }}

{% if user.is_superuser %} Update
{% csrf_token %}
{% else %} Download {% endif %}
{% endfor %} {% else %} {% endif %}


{% if user.is_superuser%} {% include "backend/Camp/CampItems/table.html" %} {% include "backend/project/partnering_organization/dashboard-partner-table.html" %} {% endif %} {% if user.is_authenticated %} {% comment %} {% include "backend/project/table2.html" %} {% endcomment %} {% include "backend/users/dashboard-users-table.html" %} {% include "backend/volunteer/dashboard-volunteer-table.html" %}

{% endif %}
{% csrf_token %}
{% endif %} {% if user_profile.is_unknown %}
Thank you for registering with us.
Kindly reach out to the System manager to assign you a role to continue. Contact via WhatsApp

{% endif %} {% comment %} {% if user_profile.is_nurse %}
You are logged In as a Nurse.
Thank you {{user.first_name}} {{user.last_name}} for your outstanding support, dedication, and efforts throughout the camp.

Your Medical Services.
Medical Service List Table*
{% for service in service_choices %} {% empty %} {% endfor %}
No. Medical Service title Medical Service Description Actions
{{ forloop.counter }}. {{service.service_title}} {{service.service_description}} {% if service.service_officer == request.user.userprofile %}
{% csrf_token %}
{% endif %}
No Medical Service listed.


Participants Participated ({{ participants_checked_count }})
Participants Who Have Participated in your Medical Checkup*
{% for participant in participants_checked %} {% empty %} {% endfor %}
No. Participant Age Sex Service Title Participant Results Your Notes Actions
{{ forloop.counter }}. {{ participant.participant.name }} {{ participant.participant.age|default:"Not provided" }} {% if participant.participant.sex == 'Male' %} Male {% elif participant.participant.sex == 'Female' %} Female {% else %} Not provided {% endif %} {{ participant.service.service_title }} {{ participant.participant_results }} {{ participant.service_officer_officer_feedback }}
{% csrf_token %}
No participants registered.
{% endif %} {% if user_profile.is_doctor %}
Participants Checked ({{ participants_participated_not_prescribed_count }})
Participants Who Have been checked by the nurse and have no prescriptions.*

{% for participant in participants_participated_not_prescribed %} {% empty %} {% endfor %}
No. Participant Age Sex Service Title Results Nurse Notes. Prescribe
{{ forloop.counter }}. {{ participant.participant.name }} {{ participant.participant.age|default:"Not provided" }} {% if participant.participant.sex == 'Male' %} Male {% elif participant.participant.sex == 'Female' %} Female {% else %} Not provided {% endif %} {{ participant.service.service_title }} {{ participant.participant_results }} {{ participant.service_officer_officer_feedback }}
{% csrf_token %}
No participants Checked by the Nurse.
{% endif %} {% if user_profile.is_pharmacist %}
Participants Checked, prescribed and not Medicated. ({{ participants_participated_and_prescribed_count }})
Participants Who Have been checked by the nurse and have a doctors prescriptions.*
{% for participant in participants_participated_and_prescribed %} {% empty %} {% endfor %}
No. Participant Age Sex Service Title Nurse Nurse Results Doctor Doctors Prescription Prescribe
{{ forloop.counter }}. {{ participant.participant.name }} {{ participant.participant.age|default:"Not provided" }} {% if participant.participant.sex == 'Male' %} Male {% elif participant.participant.sex == 'Female' %} Female {% else %} Not provided {% endif %} {{ participant.service.service_title }} {{ participant.service.service_officer }} {{ participant.participant_results }} {{ participant.doctor }} {{ participant.doctors_prescription }}
{% csrf_token %}
No participants Checked by the Nurse and Doctor.


Participants Checked, prescribed and Medicated. ({{ participants_participated_and_prescribed_and_medicated_count }})
Participants Who Have been checked by the nurse, have a doctors prescriptions and Medicated.*
{% if participants_participated_and_prescribed_and_medicated_count > 0 %} Download list {% endif %}

{% for participant in participants_participated_and_prescribed_and_medicated %} {% empty %} {% endfor %}
No. Participant Age Sex Service Title Nurse Nurse Results Doctor Doctors Prescription Medications Provided
{{ forloop.counter }}. {{ participant.participant.name }} {{ participant.participant.age|default:"Not provided" }} {% if participant.participant.sex == 'Male' %} Male {% elif participant.participant.sex == 'Female' %} Female {% else %} Not provided {% endif %} {{ participant.service.service_title }} {{ participant.service.service_officer }} {{ participant.participant_results }} {{ participant.doctor }} {{ participant.doctors_prescription }} {{ participant.pharmacist_prescription }}No participants Checked, prescribed and Medicated.
{% endif %} {% if user_profile.is_moderator %}
Your Workshops.
Workshop List Table*
{% for workshop in workshop_choices %} {% endfor %}
No. Workshop title Workshop Description Actions
{{ forloop.counter }}. {{workshop.workshop_title}} {{workshop.workshop_description}} {% if workshop.workshop_officer == request.user.userprofile %}
{% csrf_token %}
{% endif %}


{{ participants_participated_count }} Participants Participated
Participants Who Have Participated in Workshop*
{% if participants_participated_count > 0 %} Download list {% endif %}


{% for participant in participants_participated %} {% empty %} {% endfor %}
No. Participant Workshops Lessons Learned/Taught Actions
{{ participant.participant_count }} participants {{participant.workshop.workshop_title}} BY {{participant.workshop.workshop_officer}} {{participant.lessons_learned}}
{% csrf_token %}
No participants have participated in any workshops.
{% endif %} {% endcomment %}
{% endblock %}