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

7 lines
213 B
Twig
Raw Normal View History

2018-09-12 14:50:08 +00:00
<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>