File tree Expand file tree Collapse file tree 2 files changed +17
-5
lines changed
manage_breast_screening/core/jinja2 Expand file tree Collapse file tree 2 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 55
66<p class =" nhsuk-u-secondary-text-colour" ><span >NHS Number: {{ participant.nhs_number }}</span ></p >
77
8- <p >{{ clinic_slot.slot_time_and_clinic_date }}{% if not appointment .current_status .is_screened %} <span class =" nhsuk-u-margin-left-3" ><a href =" #" >Reschedule appointment</a ></span >{% endif %} </p >
9-
10- {% if appointment .can_be_made_special %}
11- <p ><a href =" {{ appointment.special_appointment_url }}" >Make special appointment</a ></p >
12- {% endif %}
8+ <p >{{ clinic_slot.slot_time_and_clinic_date }}</p >
139
1410{% if appointment .can_be_started_by (user ) %}
1511 <form action =" {{ url('mammograms:start_appointment', kwargs={'pk': appointment.pk}) }}" method =" post" >
Original file line number Diff line number Diff line change 3030
3131 <div class =" app-header__status-tag" >
3232 {{ app_appointment_status(presented_appointment) }}
33+
34+ <ul class =" nhsuk-list" >
35+ {% if not appointment .current_status .is_screened %}
36+ <li >
37+ <a href =" #" >Cancel or reschedule appointment</a >
38+ </li >
39+ {% endif %}
40+ <li >
41+ <a href =" {{ presented_appointment.special_appointment_url }}" >
42+ {% if presented_appointment .can_be_made_special %} Make special appointment
43+ {% else %} Change special appointment details
44+ {% endif %}
45+ </a >
46+ </li >
47+ </ul >
48+
3349 <p class =" nhsuk-u-margin-bottom-2" >
3450 {{ app_check_in(
3551 presented_appointment,
You can’t perform that action at this time.
0 commit comments