{% load i18n %} {% if web_source_list %} {% trans "Web-Sources" as sh_title %} {% with sh_title=sh_title sh_ec_id="ws_1" sh_icon="icon-globe" sh_url_title="" %} {% include "layout_elements/section_header.html" %} {% endwith %}
{% if web_source_list %} {% for ws in web_source_list %} {% if user.is_authenticated %} {% endif %} {% endfor %}
{{ ws.title }} {% if ws.date %}{{ ws.date }}{% endif %}A
{% else %} {% trans "No web sources available." %} {% endif %}
{% endif %}