[% IF problem.response_templates %]
<divclass="response_templates_select"><selectid="templates_for_[% for %]"class="form-control js-template-name"data-for="[% for %]"name="response_template"><optionvalue="">[% loc('--Choose a template--') %]</option>
[% FOR t IN problem.response_templates %]
<optionvalue="[% t.text | html %]"> [% t.title | html %] </option>
[% END %]
</select></div>
[% END %]