{% load humanize %} {% load i18n %} {% load bookwyrm_tags %} {% with status_type=request.GET.status_type %}
{% with 0|uuid as uuid %} {% include 'snippets/create_status_form.html' with type='review' %} {% endwith %}
{% with 0|uuid as uuid %} {% include 'snippets/create_status_form.html' with type="comment" placeholder="Some thoughts on '"|add:book.title|add:"'" %} {% endwith %}
{% with 0|uuid as uuid %} {% include 'snippets/create_status_form.html' with type="quotation" placeholder="An excerpt from '"|add:book.title|add:"'" %} {% endwith %}
{% endwith %}