{% load custom_tags_and_filters %}

OsTicket settings

{% csrf_token %}

{% if errors.osticket_tool_matching_nemo_property_template %}
{{ errors.osticket_tool_matching_nemo_property_template.error }}
{% endif %}
Set the template for getting the matching field from the tool. The variable tool is provided.
{% if errors.osticket_tool_matching_property_extract_re %}
{{ errors.osticket_tool_matching_property_extract_re.error }}
{% endif %}
Create an [optional] regular expression to extract the matching value from the field in OsTicket.
{% button type="save" value="Save settings" %}