{% extends 'base.html' %} {% block title %}Dashboard{% endblock title %} {% block content %}
Title | Author | Options |
{{ category.title }} | {{ category.author.username }} | View | Update | Delete |
Title | Author | Status | Category | Tags | Options |
{{ article.title }} | {{ article.author.username }} | {{ article.get_status_display }} | {{ article.category.title }} | {% for tag in article.tags.names %} {{ tag }} {% endfor %} | View | Update | Delete |