{# The Edit/Create template of the clinical note form. @package OpenEMR @subpackage Forms @link http://www.open-emr.org @author Jacob T Paul @author Vinish K @author Brady Miller @author Jerry Padgett @author Stephen Nielson @copyright Copyright (c) 2015 Z&H Consultancy Services Private Limited @copyright Copyright (c) 2017-2019 Brady Miller @copyright Copyright (c) 2021 @copyright Copyright (c) 2021 Stephen Nielson @copyright Copyright (C) 2025 Open Plan IT Ltd. @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3 #} {% extends "core/base.html.twig" %} {% block head %} {{ setupHeader(['i18next', 'il8formatting', 'datetime-picker','datetime-picker-translated']) }} {% endblock %} {% block pagetitle %}{{ oemrUiSettings.heading_title }}{% endblock %} {% block content %}
{{ csrfToken('default', 'csrf_token_form') }} {{ 'Note Details'|xlt}}
{% for key,obj in check_res %} {% set index = key+1 %} {% set context = '' %} {% include "clinical_notes/templates/partials/new/_clinical-notes-row.html.twig" %} {% endfor %} {% include "clinical_notes/templates/partials/new/_clinical-notes-form-actions.html.twig" %}
{% endblock %}