Recommend this page to a friend! |
Classes of Scott Arciszewski | > | CMS Airship | > | src/Cabin/Bridge/View/ajax/bridge_blog_series_select_series.twig | > | Download |
|
|
![]() |
{% if items %} <option value="">-- {{ __("Please Select a Series") }} --</option> {% for item in items %} <option value="{{ item.seriesid|e('html_attr') }}">{{ item.name }}</option> {% endfor %} {% endif %} |