{% extends "shared/frontend/base.html" %} {% block title %}{{ article.title }} - Viden{% endblock %} {% block content %}
VidensdatabaseKildesag
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 }}
{% endif %} {% if article.root_cause %}

Årsag

{{ article.root_cause }}
{% endif %} {% if article.investigation %}

Undersøgelse

{{ article.investigation }}
{% endif %}

Endelig løsning

{{ article.solution }}
{% if article.workaround %}

Workaround

{{ article.workaround }}
{% endif %}
{% 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 }}
{% endblock %}