{% macro radios( field, hint=None ) %}
{{ field.label }} {% if field.errors %} {{ field.errors[0] }} {% endif %} {% for option in field %} {% endfor %}
{% endmacro %}