{% block css %} {% endblock %}

{{ 'admin::workermanager:tab:recordsActions: description' |trans }}

{{ form_start(form, {'action': path('worker_admin_recordsActions')}) }}
{{ form_row(form.ttl_retry) }}
{{ form_row(form.xmlSetting, {'attr': {'style': 'width:99%;height:250px;'}}) }}
{#
syntax help
#}
{{ 'Graphic view' | trans }}
{{ form_row(form.apply) }}
{% if(running) %} {% else %} {% endif %}
{{ form_end(form) }}