footer.html 154 Bytes
{% if SISP_HOST in request.META.HTTP_HOST|stringformat:"s" %}
  {% include 'footer_sisp.html' %}
{% else %}
  {% include 'footer_spb.html' %}
{% endif %}