<option [% IF tsrc.protocol == 'ANY' %]selected="selected"[% END %]>ANY</option>
</select>
</div>
<div class="span-6"> <input type="text" name="from_pattern" title="A regex including the leading 'sip:' if ^ is included (eg: '^sip:user@domain.com$')" size="5" value="[% tsrc.from_pattern %]"/></div>
<div class="span-6"> <input type="text" name="from_pattern" title="A regex including the leading '^sip:' (eg: '^sip:user@domain.com$')" size="5" value="[% tsrc.from_pattern %]"/></div>
<option [% IF protocol == 'ANY' %]selected="selected"[% END %]>ANY</option>
</select>
</div>
<div class="span-6"> <input type="text" name="from_pattern" title="A regex including the leading 'sip:' if ^ is included (eg: '^sip:user@domain.com$')" size="5" value="[% from_pattern IF from_pattern.defined %]"/></div>
<div class="span-6"> <input type="text" name="from_pattern" title="A regex including the leading '^sip:' (eg: '^sip:user@domain.com$')" size="5" value="[% from_pattern IF from_pattern.defined %]"/></div>