{# @var brands, className #} {% load staticfiles custom_portal_settings %} {% with settings.BRANDING as brands %}
{# DEBUG: #}{# {{ brands|first }} #} {% for brand in brands %} {% with filename=brand|index:1 selectors=brand|index:2 targeturl=brand|index:3 targettype=brand|index:4 accessibility=brand|index:5 corstype=brand|index:6 visibility=brand|index:7 %} {% if visibility == "True" %} {% if brand == brands|first %} {% elif brand != brands|first %} {# RFE: Use CSS to remove the need for `.branding-seperator` and `if` logic #} {% endif %} {% endif %} {% endwith %} {% endfor %}
{% endwith %}