{{ review.title }} {{ book.get_source_site_display }}
{% if review.is_private %} {% endif %}
{{ review.owner.username }}
{% if mark %}
{% if mark.rating %}
{% endif %}
{% endif %}
{{ review.edited_time }}
{% if request.user == review.owner %}
{% trans '编辑' %}
{% trans '删除' %}
{% endif %}
{{ form.content }}
{{ form.media }}
{{ book.title }}
{% if book.isbn %}ISBN: {{ book.isbn }}
{% endif %}
{% if book.pub_house %}{% trans '出版社:' %}{{ book.pub_house }}{% endif %}
{% if book.rating %}
{% trans '评分: ' %}
{% endif %}