{# * _issues_encounters.html.twig * * @package OpenEMR * @link https://www.open-emr.org * @author Jerry Padgett * @author Stephen Nielson * @copyright Copyright (c) 2016-2024 Jerry Padgett * @copyright Copyright (C) 2024 Open Plan IT Ltd. * @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3 #}
{{ "Issues"|xlt }}:

{% for disptype,issuesCategory in issues %} {% for issue in issuesCategory.issues %} {% endfor %} {% endfor %}
{{ issuesCategory.display|text }}