{# vim: set syntax=htmldjango: #} {% extends "exordium/base.html" %} {% load render_table from django_tables2 %} {% block body %}
Search results for "{{ q }}"
{% if length_error %}Search strings must be at least three characters
{% else %} {% if found_results %} {% if artist_results %}No results found!
{% endif %} {% endif %} {% endblock %}