Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yashar2028 committed Jan 5, 2025
1 parent e5b8f1e commit 349fbe2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions templates/patient-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,11 @@
{% endfor %}
{% endif %}
{% endwith %}
{% for item in values %}
<p> Name : {{ item.first_name }} {{ item.last_name }} , Email : {{ item.email }} , Insurance Number : {{ item.insurance_number }} , Admission Date : {{ item.admission_date }}</p>
{% endfor %}
<div class="alerts-container"></div>

<!-- Sidebar Navigation Bar with Background Image -->
<nav class="sidebar">
<div>
Expand Down

0 comments on commit 349fbe2

Please sign in to comment.