This repository has been archived on 2022-07-12. You can view files and clone it, but cannot push or open issues or pull requests.
opencase/modules/opencase_reporting/templates/block--opencase-reporting-presets.html.twig
2018-09-12 15:50:08 +01:00

7 lines
213 B
Twig

<select id="opencase_reporting_presets_load">
<option disabled selected>Load preset</option>
{% for preset in presets %}
<option value={{ preset.url }}>{{ preset.title }}</option>
{% endfor %}
</select>