{% extends "base.html" %} {% block content %}

Content Status History for single book

uuid: {{uuid}}

Title: {{title}}

Authors: {{authors}}

Print Style: {{print_style}}

CURRENT STATE: {{current_state}}


{{response}}



{% for state in states%} Version: {{state.version}}     Created: {{state.created}}     Recipe: {{state.recipe}}     State: {{state.state}}
Message:
{{state.state_message}}


{% endfor %} {% endblock %}