{% extends "public_body_main.html" %} {% block title %}Detaljer för källa | Rikstermbanken{% endblock title %} {% block content %}

Detaljer för en källa

{% if source.title_short and source.title_short != source.information.Titel %} {% endif %} {% if source.title_superior %} {% endif %} {% if source.title_document_number %} {% endif %} {% if source.information.Utgåvenr %} {% endif %} {% if source.information.Bakgrund %} {% endif %} {% if source.information.Ställe %} {% endif %} {% if source.information.Sekretariatskommentar %} {% endif %} {% for publisher in source.publishers %} {% if publisher.author %} {% endif %} {% endfor %}
titel {{source.information.Titel}}
kortform av titel {{source.title_short}}
överordnad titel {{source.title_superior}}
dokumentnummer {{source.title_document_number}}
utgivningsår {{source.information.Utgivningsår}}
utgåvenr {{source.information.Utgåvenr}}
bakgrund {{source.information.Bakgrund}}
ställe {{source.information.Ställe}}
sekretariatskommentar {{source.information.Sekretariatskommentar|safe}}
antal termposter {{source.term_post_count}}
 
utgivare
organisation {{publisher.organisation}}
författare {{publisher.author}}
{% endblock content %}