{% check_list source=responses.want_which_orders value='Other orders' as order_wanted %}
<td><iclass="fa {% if order_wanted %} fa-check-square-o {% else %} fa-square-o {% endif %}"aria-hidden="true"></i> Claimant 1 and Claimant 2 are asking for an order in the following terms: <spanclass="form-entry form-textarea not-complete">{% if responses.other_orders_detail and order_wanted %} {{ responses.other_orders_detail|striptags|linebreaksul }} {% else %} {% endif %}</span>
<td><iclass="fa {% if order_wanted and responses.other_orders_detail.trim %} fa-check-square-o {% else %} fa-square-o {% endif %}"aria-hidden="true"></i> Claimant 1 and Claimant 2 are asking for an order in the following terms: <spanclass="form-entry form-textarea not-complete">{% if responses.other_orders_detail and order_wanted %} {{ responses.other_orders_detail|striptags|linebreaksul }} {% else %} {% endif %}</span>