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