GodkendtVersion {{ article.version_number }}{{ 'Generel' if article.visibility == 'general' else ('Kundespecifik' if article.visibility == 'customer' else 'Intern') }}
{{ article.title }}
{{ article.summary or '' }}
{% if article.problem %}
Problem og symptomer
{{ article.problem }}
Årsag
{{ article.root_cause }}
Undersøgelse
{{ article.investigation }}
Endelig løsning
{{ article.solution }}
Workaround
{{ article.workaround }}
{% for tag in article.tags or [] %}{{ tag }}{% endfor %}{% for product in article.products or [] %}{{ product }}{% endfor %}
Udgivet af {{ article.published_by or 'ukendt' }}{% if article.customer_name %} · Kun {{ article.customer_name }}{% endif %} · Kilde: sag {{ article.sag_id }}