{% extends "base.html" %} {% load static %} {% load crispy_forms_tags %} {% load crispy_forms_field %} {% block content-banner %} {% endblock %} {% block content %}
Pending articles Article ID #{{object.id}}
{{article.created_at.date}} {% for t in article.tags.all %} {{t}} {% endfor %}
{{object.extracts}}