{% macro search() -%} {%- endmacro %} {% macro play() -%}
{%- endmacro %} {% macro speaker() -%} {%- endmacro %} {% macro bulb() -%} {%- endmacro %} {% macro globe() -%} {%- endmacro %} {% macro heart() -%} {%- endmacro %} {% macro logout() -%} {% if request.user.is_authenticated %} {% else %} {% endif %} {%- endmacro %} {% macro report(report_url, kind="url", next=request.get_full_path() , title=_("report this url"), color="transparent" ) %} {% endmacro %} {% macro help(title=_("helpful teams"), color="transparent" ) %} {% endmacro %} {% macro share(title=_("share this "), color="transparent" ) -%} {% if not disable_share %} {% endif %} {%- endmacro %} {% macro schedule(sch_id, sch_is, color="transparent", next=request.get_full_path() ) %} {% endmacro %} {% macro fav(fav_id, fav_type, fav_is, color="transparent", next=request.get_full_path() ) %} {% endmacro %} {% macro themeswitcher() -%} {%- endmacro %}