{% if hint %} {% set answer_advice_id="input-" + name + "-answer-advice" %} {% endif %} {% if question_advice %} {% set question_advice_id="input-" + name + "-question-advice" %} {% endif %} {% if not type %} {% set type = "text" %} {% endif %} {% if not autocomplete and type == "password" %} {% set autocomplete = "off" %} {% endif %} {% if error %}