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