Back to Zulip

Macros

templates/zerver/integrations/macros.html

12.0627 B
Original Source

{% macro render_integration_lozenge(integration, is_doc_view=false) -%}

{% if integration.secondary_line_text %}

{{ integration.display_name }}

{{ integration.secondary_line_text }}

{% else %}

{{ integration.display_name }}

{% endif %}

{{ integration.categories[0] }}

{%- endmacro %} {% macro render_logos_disclaimer() -%}

Logos are trademarks of their respective owners. None of the integrations on this page are created by, affiliated with, or supported by the companies represented by the logos.

{%- endmacro %}