{% load i18n static %}
{% for service_app in service_applications %} {% with "common/logos/"|add:service_app.slug|add:"-dark.svg" as other_app_logo %} {% if service_app.cross_promote and service_app.slug != service_info.slug %} {% if service_app.org_can_trial and not service_app.org_has_access and permissions.billing %}
Start your trial for {{ request.org.display_name_verbose }}
{% endif %} {% endif %} {% endwith %} {% endfor %}