{% extends 'admin/model/list.html' %} {% block body %} {% block model_menu_bar %} {% endblock %} {% if filter_groups %} {{ model_layout.filter_form() }}
{% endif %} {% block model_list_table %} {% block list_header scoped %} {% if actions %} {% endif %} {% block list_row_actions_header %} {% endblock %} {% endblock %} {% for row in data[:20] %} {% block list_row scoped %} {% if actions %} {% else %} {% endif %} {% endblock %} {% endfor %}
timestamp content
{{row.day.date}} {{row.hhmm()}} {% filter markdown %} {{row.content}} {% endfilter %}
{# {{ lib.pager(page, num_pages, pager_url) }} #} {% endblock %} {#{ actionlib.form(actions, url_for('.action_view')) }#} {% endblock %}