{% load i18n %} {% trans "Web-Sources" as sh_title %} {% with sh_title=sh_title sh_icon="icon-globe" sh_url_title="" %} {% include "layout_elements/section_header.html" %} {% endwith %}
{% if web_source_list %} {% for ws in web_source_list %} {% endfor %}
{{ ws.title }} {{ ws.date|date:"d.m.Y"}}
{% else %} {% trans "No web sources available." %} {% endif %}