{% extends "patient/card/card_base.html.twig" %}
{% block content %}
{% for a in appt %}
{{ a.dayname|xlt }} {{ a.pc_eventDate|shortDate|text }} {{ "Status"|xlt }}
({{ a.category|text }})
echo text("$disphour:$dispmin ") . xlt($displayMeridiem) . " ";
echo text($row['fname'] . " " . $row['lname']) . "
\n";
{% endfor %}
{% endblock %}