{# Variables - form - leads - searchValue - action - currentRoute #} {% if 'index' == tmpl %}
{{ include('@MauticCore/Helper/search.html.twig', { 'searchId': searchId|default(null), 'searchValue': searchValue, 'action': currentRoute, 'target': '.lead-merge-options', 'tmpl': 'update', }) }}
{% endif %} {{ form_start(form) }}
{{ form_row(form.buttons) }}
{{ form_end(form) }} {% if 'index' == tmpl %}
{% endif %}