{% load i18n %} {% if service %} {% firstof service_colour service_ou_colour as colour %} {% firstof service.name service.ou.name as name %} {% if show_service_infos %} {% block service-colour %} {% if colour %} {% endif %} {% endblock %}
{% firstof service_logo_url service_ou_logo_url as logo_url %} {% block service-logo %} {% if logo_url %} {% if service.home_url %} {% endif %} {% if service.home_url %} {% endif %} {% endif %} {% endblock %}
{% block service-text %} {% if service.home_url %} {{ name }} {% else %} {{ name }} {% endif %} {% endblock %}
{% endif %} {% endif %}