{% extends "layout.html" %} {% block head %} {{ super() }} GWARipper {% endblock %} {% block body %}
{% if entries %} {% for entry in entries %} {% set additional_classes = loop.cycle('odd', '') %} {% set audio_path = audio_paths[loop.index0] %} {% include 'components/entry_expandable.html' %} {% endfor %} {% else %} {% if display_search_err_msg %}

Error in (title) search query!

Only alphanumerical characters and the following special characters are allowed in the title search query (uses SQLite FTS Query Syntax):

asterisk(*):
Allowed as wild-chard-character, matches zero or more arbitrary characters. Can't be the first character!

plus(+):
To concatenate phrases.

parentheses():
To change operator presedence in multi-phrase statements!

{% else %} Unbelievable. No entries here so far {% endif %} {% endif %}
{% if last %} {% if search_field %} {% if more.next %} {% endif %} {% if more.prev %} {% endif %} {% elif listen_later_only %} {% if more.next %} {% endif %} {% if more.prev %} {% endif %} {% else %} {% if more.next %} {% endif %} {% if more.prev %} {% endif %} {% endif %} {% endif %} {% endblock %}