{% from "macros/icon.html" import icon with context %} {% macro checked_if(cond) %} {% if cond -%} checked="" {%- endif %} {% endmacro %} {% macro disabled_if(cond) %} {% if cond -%} disabled="" {%- endif %} {% endmacro %} {% macro privacy_select(value = 0) %}