{% macro disabled(name, title, value, helpText, groupClass) %}

{{ value }}

{{ helpText }}
{% endmacro %} {% macro hidden(name, value) %} {% endmacro %} {% macro raw(text, groupClass) %}
{{ text|raw }}
{% endmacro %} {% macro message(message, groupClass, messageStyleClass) %}

{{ message }}

{% endmacro %} {% macro alert(message, alertType, groupClass) %}
{% endmacro %} {% macro button(title, type, link, groupClass, id, buttonClass) %}
{% if type == "link" %} {{ title }} {% else %} {% endif %}
{% endmacro %} {% macro input(name, title, value, helpText, groupClass, validation, accessKey) %}
{{ helpText }}
{% endmacro %} {% macro colorPicker(name, title, value, helpText, groupClass, validation, accessKey) %}
{{ helpText }}
{% endmacro %} {% macro inputWithButton(name, title, value, helpText, groupClass, validation, accessKey, buttonId, buttonTitle, buttonType, buttonLink) %}
{% if buttonType == "link" %} {{ buttonTitle }} {% else %} {% endif %}
{{ helpText }}
{% endmacro %} {% macro inputWithTags(name, title, value, helpText, groupClass, validation, accessKey, exactTag, exactTagTitle, logicalOperatorTitle, exactTagValue, logicalOperatorValue, autoCompleteEnabled = 1) %} {% if exactTag %}
{{ helpText }}
{% else %}
{{ helpText }}
{% endif %}
{% endmacro %} {% macro number(name, title, value, helpText, groupClass, validation, accessKey, maxNumber, minNumber) %}
{{ helpText }}
{% endmacro %} {% macro email(name, title, value, helpText, groupClass, validation, accessKey) %}
{{ helpText }}
{% endmacro %} {% macro password(name, title, value, helpText, groupClass, validation, accessKey) %}
{{ helpText }}
{% endmacro %} {% macro textarea(name, title, value, helpText, groupClass, validation, rows, inline) %} {% if inline == true %}
{{ helpText }}
{% else %}
{{ helpText }}
{% endif %} {% endmacro %} {% macro checkbox(name, title, value, helpText, groupClass, accessKey, disabled, id) %}
{{ helpText }}
{% endmacro %} {% macro radio(name, id, title, value, helpText, groupClass, accessKey, setValue) %}
{{ helpText }}
{% endmacro %} {% macro dropdown(name, type, title, value, options, optionId, optionValue, helpText, groupClass, validation, accessKey, callBack, dataAttributes, optionGroups, optionImageValue, optionFilter, readonly) %}
{{ helpText }}
{% endmacro %} {% macro date(name, title, value, helpText, groupClass, validation, accessKey) %}
{{ helpText }}
{% endmacro %} {% macro dateTime(name, title, value, helpText, groupClass, validation, accessKey) %}
{{ helpText }}
{% endmacro %} {% macro dateMonth(name, title, value, helpText, groupClass, validation, accessKey) %}
{{ helpText }}
{% endmacro %} {% macro time(name, title, value, helpText, groupClass, validation, accessKey, customFormat) %}
{{ helpText }}
{% endmacro %} {% macro switch(name, title, value, helpText, labelWidth, switchSize, onText, offText, groupClass, accessKey, disabled) %}
{{ helpText }}
{% endmacro %} {% macro playerCompat(android, linux, tizen, webos, windows, message) %} {% endmacro %} {% macro inputWithLogicalOperator(name, title, value, helpText, groupClass, validation, accessKey, logicalOperatorValue) %}
{{ helpText }}
{% endmacro %} {% macro dateRangeFilter(name, title, value, helpText, groupClass, validation, accessKey) %}
{% set today = now | date_modify('today') | date("Y-m-d H:i:s") %}
{% endmacro %}