{% extends 'base.html' %} {% load typogrify_tags %} {%block bodyid%}class="detail"{%endblock%} {% block primary %}

{{object.title|smartypants|widont|safe}}

{{object.title}} cover
{%if object.body_html%}
Notes
{{object.rating}}
{{object.body_html|safe|smartypants|widont}}
{%endif%} {% if object.bookhighlight_set.all %}

Highlights:

{% for object in object.bookhighlight_set.all reversed %}
{{object.body_html|safe|amp|smartypants}}

page: {{object.page}} {% if object.location %}kindle location: {{object.location|cut:"["|cut:"]"}}{%endif%}

{% endfor %}
{%endif%}
{% endblock %}