{## FORM ELEMENTS ===================================================== ##} {% macro input(label, type, name, id, value, is_required,error) %} {%if error%} {%endif%}
{% endmacro %} {% macro editor(label, name, id, value, is_required,error) %} {%if error%} {%endif%}
{% endmacro %} {%macro submit(text)%}

{% endmacro %} {## EVENT MESSAGES ===================================================== ##} {%macro success(text)%}
{{text}}
{% endmacro %} {%macro warning(text)%}
{{text}}
{% endmacro %} {## BUTTONS ELEMENTS ===================================================== ##} {%macro linkButton(hrf, text)%} {{text}}

{% endmacro %} {## DIV ELMENTS ==================================================== ##}