{% macro checkbox(prefix, id, text, url, checked, delete=false) %} {% if g.login.is_authenticated() %} {{ text }} {% else %} {{ text }} {% endif %} {% endmacro %}