{% extends 'backend/components/layouts/default.html' %} {% load static %} {% block content %} {% load humanize %}
{{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 %}
| No. | Medical Service title | Medical Service Description | Actions | |||
|---|---|---|---|---|---|---|
| {{ forloop.counter }}. | {{service.service_title}} | {{service.service_description}} | {% if service.service_officer == request.user.userprofile %} {% endif %} | {% empty %}No Medical Service listed. | ||
| 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 }} | {% empty %} | No participants registered. | ||
| 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 }} | {% empty %} | No participants Checked by the Nurse. | ||
| 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 }} | {% empty %} | No participants Checked by the Nurse and Doctor. | ||
| 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 }} | {% empty %}No participants Checked, prescribed and Medicated. | ||
| No. | Workshop title | Workshop Description | Actions |
|---|---|---|---|
| {{ forloop.counter }}. | {{workshop.workshop_title}} | {{workshop.workshop_description}} | {% if workshop.workshop_officer == request.user.userprofile %} {% endif %} |
| No. Participant | Workshops | Lessons Learned/Taught | Actions | |||
|---|---|---|---|---|---|---|
| {{ participant.participant_count }} participants | {{participant.workshop.workshop_title}} BY {{participant.workshop.workshop_officer}} | {{participant.lessons_learned}} | {% empty %} | No participants have participated in any workshops. | ||