{{ status.name|escape }}
{# @todo Is it possible to not hard-code the value? #} {% include 'snippets/stars.html' with rating=status.rating %}
{% trans "Content warning" as text %} {{ text }} {{ status.content_warning }}
{% trans "Show status" as button_text %} {% with text=button_text class="is-small is-pulled-right" icon_with_text="arrow-down" controls_text="show_status_cw" controls_uid=status.id %} {% include 'snippets/toggle/open_button.html' %} {% endwith %}{{ status.quote|safe }}
— {% include 'snippets/book_titleby.html' with book=status.book %} {% if status.position %} {% if status.position_mode == 'PG' %} {% blocktrans with page=status.position|intcomma %}(Page {{ page }}){% endblocktrans %} {% else %} {% blocktrans with percent=status.position %}({{ percent }}%){% endblocktrans %} {% endif %} {% endif %}