{% extends "public_body_main.html" %} {% block title %}Källor | Rikstermbanken{% endblock title %} {% block content %}
Källor i Rikstermbanken
{% for source in sources %} {% if source.information.publisher|length > 25 %} {% else %} {% endif %} {% if source.information.title and source.information.title|length > 25 %} {% else %} {% endif %} {% endfor %}
Organisation Titel Antal termposter
{{source.information.publisher|truncatechars:25}}{{source.information.publisher}} {{source.information.title|truncatechars:25}} {{source.information.title}} {{source.count}}
{% endblock content %}