{##
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) %}
{{value}}
{%if error%}
{%endif%}
{% endmacro %}
{%macro submit(text)%}