You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
474 B
12 lines
474 B
{% extends "patient/card/card_base.html.twig" %} |
|
|
|
{% block content %} |
|
{% for a in appt %} |
|
<a href="#" onclick="return oldEvt({{ a.jsEvent }})" title="{{ a.petitle|attr }}"> |
|
{{ a.dayname|xlt }} {{ a.pc_eventDate|shortDate|text }} {{ "Status"|xlt }} |
|
({{ a.category|text }}) |
|
</a> |
|
echo text("$disphour:$dispmin ") . xlt($displayMeridiem) . " "; |
|
echo text($row['fname'] . " " . $row['lname']) . "</a><br />\n"; |
|
{% endfor %} |
|
{% endblock %}
|
|
|