{% extends "template.html" %} {% load tags %} {% block title%}Knowledge Base: KB{{e.id}}{% endblock %} {% block extrahead %} {% for css in e.parser.css %} {% endfor %} {% endblock %} {% block breadcrumbs %}{{block.super}}
  • KB{{e.id}}
  • {% 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 %} {% tags e %}
    Posted at {{e.last_history.timestamp|date}} {{e.last_history.timestamp|time}} by {{e.last_history.user}} {% endblock %}