{% extends "base.html" %} {% block title %}Manage Knowledge Base{% endblock %} {% block page_title %}Knowledge Base Management{% endblock %} {% block content %}
| Title | Category | Author | Published | Views | Updated | Actions |
|---|---|---|---|---|---|---|
| {{ art.title[:60] }} | {{ art.category or '—' }} | {{ art.author.full_name if art.author else '—' }} | {% if art.is_published %} Yes {% else %} Draft {% endif %} | {{ art.view_count }} | {{ art.updated_at.strftime('%b %d, %Y') }} |