{% extends "../base.html" %} {% load i18n %} {% block extratitle %}{% blocktranslate %}Quotes from{% endblocktranslate %} {{ source.name }} - {% endblock %} {% block content %}
# | {% translate "Quote" %} | {% translate "Cite" %} | {% translate "# Times Used" %} | {% translate "Tools" %} |
---|---|---|---|---|
{{ quote.id }} | {{ quote.quote_rendered|safe }} | {% if quote.citation or quote.citation_url %} {% if quote.citation_url %}{% endif %}{% if quote.citation %}{{ quote.citation }}{% else %}{{ quote.citation_url }}{% endif %}{% if quote.citation_url %}{% endif %} {% endif %} | {{ quote.stats.times_used }} | {% translate "Edit" %} {% translate "Delete" %} |
{% translate "No quotes found!" %} |