{% if showTitle==1 %}
{{ "quotes.actions_quotes_title" | t }}
{% endif %}
    {% for quote in quotes %}
  • {% assign quote.metaurl = quote.title | metaURL %} {{quote.title}} {% if viewMode==2 %}

    {{quote.quotation}}

    {% endif %}
  • {% endfor %}