{{ quote.text|safe }}

{{ quote.work.author.name }}, {{ quote.work.name }}

{% if quote.notes %}
{{ quote.notes|safe }}
{% endif %} {% if not skip_work_notes %} {% include "quotes/work_notes.html" with work=quote.work %} {% endif %} {% if not skip_author_notes %} {% include "quotes/author_notes.html" with author=quote.work.author %} {% endif %} {% if quote.tags.all.count %}

Tags: {% for tag in quote.tags.all %} {{ tag.tag }}{% if not forloop.last %}, {% endif %} {% endfor %}

{% endif %}