{% for network in networks %} {% if network.url is not empty %}
  • {{ network.name }}
  • {% endif %} {% endfor %}