{% extends "base.html" %}
{% block title %} Knowledge Posts {% endblock %}
{% block content %}
Title | Author | Created | Action | Review Status |
---|---|---|---|---|
{{ post.title }} | {{ post.authors_string }} | {{ post.created_at.strftime('%Y-%m-%d') }} | {% if post.webpost_status == 0 %} Private {% elif post.webpost_status == 1 %} In Review {% else %} Published {% endif %} |