{% extends "base.html" %} {% block title %}GOB - {{ domain }}{% endblock %} {% block content %}
{% if states %} Showing {{ start_entry + 1 }} - {{ [start_entry + num_entries, total_entries]|sort|first }} of {{ total_entries }} {% else %} Showing 0 - 0 of {{ total_entries }} {% endif %}
Created | Status Link | Authors | State | Print Style | Recipe | Link to book | Message |
---|---|---|---|---|---|---|---|
{{ state.created.strftime('%Y-%m-%d %H:%M:%S') }} | {{ state.title }} | {{ state.authors }} | {{ state.state }} | {% if state.print_style %} {{ state.print_style }} {% else %} None {% endif %} | {% if state.recipe %} {{ state.recipe_name }} ({{ state.recipe_tag }}) {% else %} None {% endif %} | {{ state.content_link }} | {{ state.state_message }} |