book: the Edition object this status is related to. Required unless the status is a reply
draft: the content of an existing Status object to be edited (used in delete and redraft)
uuid: a unique identifier used to make html "id" attributes unique and clarify javascript controls
type: used for uniquely identifying the html elements when mutliple types of posts are available for a book, and usually the endpoint name that the form posts to
reply_parent: the Status object this post will be in reply to, if applicable
<formclass="is-flex-grow-1 submit-status"name="{{ type }}"action="/post/{{ type }}"method="post"id="tab_{{ type }}_{{ book.id }}{{ reply_parent.id }}">