<li>{% blocktrans with change.field as field and change.old_value as old_value and change.new_value as new_value %}Changed {{ field }} from {{ old_value }} to {{ new_value }}.{% endblocktrans %}</li>
<inputtype="hidden"name="mail"value="{{ mail }}"/>
<fieldset>
<dl>
{% if preset_replies %}
<dt><labelfor='id_preset'>{% trans "Use a Pre-set Reply" %}</label><spanclass='form_optional'>{% trans "(Optional)" %}</span></dt>
<dd><selectname='preset'id='id_preset'><optionvalue=''>------</option>{% for preset in preset_replies %}<optionvalue='{{ preset.id }}'>{{ preset.name }}</option>{% endfor %}</select></dd>
<ddclass='form_help_text'>{% trans "Selecting a pre-set reply will over-write your comment below. You can then modify the pre-set reply to your liking before saving this update." %}</dd>
{% endif %}
<dt><labelfor='commentBox'>{% trans "Comment / Resolution" %}</label></dt>
<ddclass='form_help_text'>{% trans "You can insert ticket and queue details in your message. For more information, see the <ahref='../../help/context/'>context help page</a>." %}</dd>
{% if not ticket.can_be_resolved %}<dd>{% trans "This ticket cannot be resolved or closed until the tickets it depends on are resolved." %}</dd>{% endif %}
<labelfor='st_reopened'class='active radio-inline'><inputtype='radio'name='new_status'value='2'id='st_reopened'checked='checked'>{% trans "Reopened" %} »</label>
<labelclass="radio-inline"for='st_resolved'><inputtype='radio'name='new_status'value='3'id='st_resolved'{%ifnotticket.can_be_resolved%}disabled='disabled'{%endif%}>{% trans "Resolved" %} »</label>
<labelclass="radio-inline"for='st_closed'><inputtype='radio'name='new_status'value='4'id='st_closed'{%ifnotticket.can_be_resolved%}disabled='disabled'{%endif%}>{% trans "Closed" %} »</label>
<labelclass="radio-inline"for='st_duplicate'><inputtype='radio'name='new_status'value='5'id='st_duplicate'>{% trans "Duplicate" %}</label>
<dd><divclass="form-group"><labelfor='st_reopened'class="radio-inline"><inputtype='radio'name='new_status'value='2'id='st_reopened'>{% trans "Reopened" %} «</label>
<labelclass="radio-inline"for='st_closed'><inputtype='radio'name='new_status'value='4'id='st_closed'checked='checked'>{% trans "Closed" %}</label></div></dd>
<labelclass="radio-inline"for='st_reopened'><inputtype='radio'name='new_status'value='2'id='st_reopened'>{% trans "Reopened" %} «</label>
<labelclass="radio-inline"for='st_duplicate'><inputtype='radio'name='new_status'value='5'id='st_duplicate'checked='checked'>{% trans "Duplicate" %}</label>