{% macro yes_no(field, current_value=None) %}
{{ field.label }} {% if field.errors %} {{ field.errors[0] }} {% endif %}
{% endmacro %}