{{ review.title }} {% if review.is_private %} {% endif %}
{{ review.owner.username }} {% if mark %} {% if mark.rating %} {% endif %} {% endif %} {{ review.edited_time }}
{{ form.content }}
{{ form.media }}
{{ book.title }}
{% if book.isbn %}ISBN: {{ book.isbn }}
{% endif %}
{% if book.author %}{% trans '作者:' %}
{% for author in book.author %}
{{ author }}
{% endfor %}
{% endif %}
{% if book.pub_house %}{% trans '出版社:' %}{{ book.pub_house }}{% endif %}
{%if book.pub_year %}{% trans '出版时间:' %}{{ book.pub_year }}{% trans '年' %}{% if book.pub_month %}{{ book.pub_month }}{% trans '月' %}{% endif %}{% endif %}
{% if book.rating %}
{% trans '评分: ' %}
{% endif %}