{% for item in squid_local_blacklist %}
{% if item is search('^(ht|f)tps?://') %}
{{ item }}
{% endif %}
{% endfor %}