{% extends 'quintet/dashboard.html' %} {% load humanize %} {% block title %}Posts{% endblock %} {% block active_nav %}Posts{% endblock %} {% block content %}
Title | Section | Contributors | Status | Updated |
---|---|---|---|---|
{{ post.title }} | {{ post.section|default:"-" }} | {% for contributor in post.contributors.all %} {{ contributor.user.first_name }}{% if not forloop.last %},{% endif %} {% endfor %} | {% if post.status == 'D' %} {% elif post.status == 'R' %} {% elif post.status == 'S' %} {% elif post.status == 'P' %} {% elif post.status == 'H' %} {% elif post.status == 'A' %} {% endif %} {% if post.stamp_count > 0 %}{{ post.approved_by|length }}{% endif %} | {{ post.date_updated|naturalday|capfirst }} |
No posts to display. |