{% extends 'admin/master.html' %} {% block body %}
Title | Category | Authors | Date | Type | |
---|---|---|---|---|---|
{{ content['title'] }} | {{ content['category'] }} | {{ ','.join(content['authors']) }} | {{ content['date'] }} | {{ content['content_type'] }} | {% if content['content_type'] == 'article' %} {% set edit_url = url_for('quokka.core.content.admin.articleview.edit_view', id=content['_id']) %} {% else %} {% set edit_url = url_for('quokka.core.content.admin.pageview.edit_view', id=content['_id']) %} {% endif %} {{_gettext('Edit')}} {{_gettext('View') if content['published'] else _gettext('Preview')}} |