{% 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 %}
{{ csrf_input }}
{% else %} {% endif %} {%- endmacro %} {% macro report(report_url=none, kind=none, next=none, lookup_key=none, 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() ) %}
{{ csrf_input }} {%- if sch_is %} {%- else -%} {% endif -%}
{% endmacro %} {% macro fav(fav_id, fav_type, fav_is, color="transparent", next=request.get_full_path() ) %}
{{ csrf_input }} {%- if fav_type == "assembly" %}{% endif %} {%- if fav_type == "event" %}{% endif %} {%- if fav_is %} {%- else -%} {% endif -%}
{% endmacro %} {% macro themeswitcher() -%}
{{ csrf_input }} {% if user.theme == 'dark' %} {% else %} {% endif %}
{%- endmacro %}