{% extends 'dashboard/base_dashboard.html' %} {% load static %} {% load crispy_forms_tags %} {% block script_css %} {% endblock script_css %} {% block main_container %}
Please correct the following errors:
| Title | Author | Category | Tags | Status | Date Created | Actions |
|---|---|---|---|---|---|---|
| {{ article.title }} | {{ article.author.get_full_name }} | {{ article.category.name }} | {% for tag in article.tags.all %} {{ tag.name }} {% endfor %} | {% if article.status == 'published' %} Published {% elif article.status == 'draft' %} Draft {% else %} Pending Review {% endif %} | {{ article.created_at }} | Edit Delete View |
| No articles found. | ||||||