{% extends "template/template.html" %} {% block title%}Knowledge Base: KB{{e.id}}{% endblock %} {% block breadcrumbs %}{% endblock %} {% block content %}

KB{{e.id}}: {{e.subject}}

{{e.html|safe}} {% if e.has_visible_attachments %}

Attachments

{% for a in e.visible_attachments %} {% endfor %}
NameDescriptionSizeLast Changed
{{a.name}}{{a.description}}{{a.size|filesizeformat}}{{a.mtime|date}} {{a.mtime|time}}
{% endif %}
Posted at {{e.last_history.timestamp|date}} {{e.last_history.timestamp|time}} by {{e.last_history.user}} {% endblock %}