{% include 'admin/includes/part.header.html' %}
All Article
Write new Article
{% for article in articles %} {% endfor %}
Image Title Active Views Likes Comments Date #
{{article.title | truncate(25) }} {% if article.active %} Active {% else %} Inactive {% endif %} {{article.viewed}} {{article.likes}} {{article.comments | length }} {{article.date.strftime("%B %d, %Y" "%I:%M %p") }}
{% include 'admin/includes/part.footer.html' %}