{% macro input_csrf() %} {% endmacro input_csrf %} {% macro input_checkbox(id, name, label, checked, help, help_label) %}
{% if help %} {{ help_label|striptags(',,
')|raw }}
{% endif %}
{% endmacro input_checkbox %} {% macro input_select(id, name, label, options, current, help, help_label) %}
{% if help %} {{ help_label|striptags(',,
')|raw }}
{% endif %}
{% endmacro input_select %} {% macro input_select_multiple(id, name, label, placeholder, options, select_message) %}
{% endmacro input_select_multiple %} {% macro input_select_monitoring(id, name, label, current, label_yes, label_no, warning, warning_label) %}
{% if warning %} {% endif %}
{% endmacro %} {% macro input_field(type, id, class, name, label, value, placeholder, max, help, help_label, side_label, readonly, required, autofocus, autocomplete, disabled) %}
{% endmacro input_field %} {% macro input_hidden(name, value) %} {% endmacro input_hidden %} {% macro button_test(data_modal_id, label) %} {% endmacro button_test %} {% macro button_save(name, label) %} {% endmacro button_save %} {% macro table_search(label) %} {% endmacro table_search %}