{# AI Generated Note: This template implements the list view from observation_list_screen.html using Twig #} {% extends "core/base.html.twig" %} {% block pagetitle %}{{ "Observation List"|xlt }}{% endblock %} {% block head %} {{ parent() }} {{ setupHeader(['datetime-picker']) }} {# Custom CSS for Observation List #} {% endblock %} {% block content %}
{{ "There are no observations recorded for this encounter yet."|xlt }}
{{ "Add First Observation"|xlt }}