{% extends "base.html" %} {% block title %}Admin{% endblock %} {% block head %} {% endblock %} {% block foot %} {% endblock %} {% block content %}
ALL {% for provider in providers %} | {{ provider.name }} ({{ provider.count }}) {% endfor %}
Post | Status | Tags | Date |
---|---|---|---|
{{ post.title or '(no title)' }}
{{ post.slug }}
@
{{ post.provide }}
|
{{ 'Public' if post.public else 'Private' }}
{{ 'Included' if post.indexed else 'Excluded' }} |
{% for tag in post.tag %} {{ tag }}, {% endfor %} |
C: {{ strftime(post.creation) }}
M: {{ strftime(post.modified) }} |