{% load i18n %} {% if service %} {% firstof service_colour service_ou_colour as colour %} {% firstof service.home_url service.ou.home_url as home_url %} {% firstof service.name service.ou.name as name %} {% if show_service_infos and home_url %} {% block service-colour %} {% if colour %} {% endif %} {% endblock %}
{% endif %} {% endif %}