Skip to content

Commit

Permalink
Cleaned lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfred-Mutai committed May 8, 2024
1 parent 134cbce commit 6e7fad6
Showing 1 changed file with 9 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ <h4><b>Registration Details</b></h4>
rowspan="2"
style="width: 20%; text-align: center"
>
{{data.original_art_regimen}}
{{ data.original_art_regimen }}
</td>
<td colspan="2" style="width: 20%; text-align: center">
{{ data.firstname_middlename }}
Expand Down Expand Up @@ -213,7 +213,7 @@ <h4><b>Registration Details</b></h4>
rowspan="2"
style="width: 20%; text-align: center"
>
{{ data.art_regimen_line_at_otz_enrollment }}
{{ data.art_regimen_line_at_otz_enrollment }}
</td>
<td colspan="2">{{ data.first_regimen_switch }}</td>
<td colspan="2">{{ data.first_regimen_switch_date }}</td>
Expand All @@ -230,10 +230,14 @@ <h4><b>Registration Details</b></h4>
</tr>
<tr>
<td colspan="2">{{ data.age_at_enrollment }} years</td>

<td colspan="2">{{ data.last_name }}</td>
<td colspan="3">{{ data.vl_result_date_at_otz_enrollment }}</td>
<td colspan="3">{{ data.art_regimen_start_date_at_otz_enrollment }}</td>
<td colspan="3">
{{ data.vl_result_date_at_otz_enrollment }}
</td>
<td colspan="3">
{{ data.art_regimen_start_date_at_otz_enrollment }}
</td>
<td colspan="2">{{ data.second_regimen_switch }}</td>
<td colspan="2">{{ data.second_regimen_switch_date }}</td>
<td colspan="2">{{ data.second_regimen_switch_reason }}</td>
Expand Down

0 comments on commit 6e7fad6

Please sign in to comment.