File tree Expand file tree Collapse file tree
app/views/patient-session Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55{% call card ({
66 heading : __ (" patientSession.consent.title" , programme .nameSentenceCase ),
7- headingLevel : 3
7+ headingSize : " m "
88}) %}
99 {# Description #}
1010 {% if not isVaccinated %}
4242 {% if patientSession .replies | length %}
4343 {# Requests with responses or requests that couldn’t be delivered #}
4444 {{ appHeading ({
45- level : 4 ,
45+ level : 3 ,
4646 size : " s" ,
4747 title : __ (" patientSession.replies.responses" ) if patientSession .responses .length > 0 else __ (" patientSession.replies.requests" )
4848 }) }}
5252 card : {
5353 classes : " app-card--compact app-card--offset" ,
5454 heading : reply .fullNameAndRelationship ,
55- headingLevel : 5,
56- headingSize : " s" ,
55+ headingLevel : 4,
5756 href : reply .uri if reply .delivered ,
5857 actions : {
5958 items : [
9089 {# We don’t create replies so use parent details instead #}
9190
9291 {{ appHeading ({
93- level : 4 ,
92+ level : 3 ,
9493 size : " s" ,
9594 title : __ (" patientSession.replies.pending" )
9695 }) }}
10099 card : {
101100 classes : " app-card--compact app-card--offset" ,
102101 heading : parent .fullNameAndRelationship ,
103- headingLevel : 5
102+ headingLevel : 4
104103 },
105104 rows : summaryRows (parent , {
106105 tel : {},
126125 heading : __mf (" healthAnswers.count" , {
127126 count : patientSession .answersNeedingTriageCount
128127 }),
129- headingLevel : 3
128+ headingSize : " m "
130129 },
131130 classes : " app-summary-list--full-width" ,
132131 rows : healthAnswerRows (patientSession .consentHealthAnswers )
Original file line number Diff line number Diff line change 22
33{% call card ({
44 heading : __ (" patientSession.gillick.title" ),
5- headingLevel : 3
5+ headingSize : " m "
66}) %}
77 {# Description #}
88 {% if patientSession .gillick %}
Original file line number Diff line number Diff line change 11{{ card ({
22 heading : __ (" patientSession.instruct.title" ),
3- headingLevel : 3 ,
3+ headingSize : " m " ,
44 description : patientSession .status .instruct .text
55}) }}
Original file line number Diff line number Diff line change 1515
1616{% call card ({
1717 heading : heading | safe ,
18- headingLevel : 3,
1918 headingSize : " m"
2019}) %}
2120 {{ radios ({
Original file line number Diff line number Diff line change 11{% call card ({
22 heading : __ (" patientSession.register.title" ),
3- headingLevel : 3
3+ headingSize : " m "
44}) %}
55 {# Description #}
66 {{ patientSession .registerNotes | nhsukMarkdown }}
Original file line number Diff line number Diff line change 33 feature : true ,
44 heading : programme .name + " : " + (patientSession .patientProgramme .status | lower ),
55 headingClasses : " app-card__heading--" + patientSession .patientProgramme .statusColour ,
6- headingLevel : 3
6+ headingSize : " m "
77}) %}
88 {# Description #}
99 {{ patientSession .reportNotes | nhsukMarkdown }}
Original file line number Diff line number Diff line change 22
33{% call card ({
44 heading : __ (" patientSession.screen.title" , programme .nameSentenceCase ),
5- headingLevel : 3
5+ headingSize : " m "
66}) %}
77 {# Description #}
88 {{ patientSession .screenNotes | nhsukMarkdown }}
You can’t perform that action at this time.
0 commit comments