{% load i18n %}
{% for brand in brands %} {% if brand.image and brand.image.url %} {% endif %} {% if brand.title %} {{brand.title}} {% endif %} {% endfor %} {% for link in welcome_links %} {{link.title}} {% if not forloop.last %}/{% endif %} {% endfor %} {% if welcome_message %}{{welcome_message}}{% endif %}