{% import "Webmaster/macros/master.html" as m with context %} {% import "Webmaster/macros/forms.html" as f with context %} {% include "Webmaster/Package/Publisher/Admin/_include.html" %} {% if types %}
Type | {% endif %}Title | Author | Categories | Date | {% for post in posts %} |
---|---|---|---|---|---|
{{ post.type.name }} | {% endif %}{{ post.title }} {% if not post.is_published %} - {{ post.status }} {% endif %} | {{ post.author.name }} | {% for cat in post.categories %}{{ cat.name}} - {% endfor %} |
{% if post.is_published %}
{{ post.published_at }}
Published
{% else %}
{{ post.updated_at }}
Last modified
{% endif %}
|