{% load i18n %}
{% if support_status.is_hosted_weblate %}
{% translate "Weblate single sign on" %}
{% translate "Cloud" context "Badge for site title for Hosted Weblate" %}
{% else %}
{{ site_title }}
{% if support_status.is_dedicated %}
{% translate "Dedicated" context "Badge for site title for dedicated instances" %}
{% else %}
{% translate "Self-hosted" context "Badge for site title for self-hosted instances" %}
{% endif %}
{% endif %}