{% extends 'base.html' %} {% block scripts %} {% endblock %} {% block header %} {# MSG: Title for the search page. #}

{% block title %}{% trans %}Search / Add New{% endtrans %}{% endblock %}

{% endblock %} {% block content %}
{# MSG: Submit button on the search form for searching YouTube. #} {% trans %}Search{% endtrans %} {# MSG: Submit button on the search form when selecting a locally downloaded song. The button adds it to the queue. #} {% trans %}Add to queue{% endtrans %}
{# MSG: Link which clears the text from the search box. #} {% trans %}Clear{% endtrans %}

{# MSG: Help text below the search bar. #} {% trans -%} Type a song (title/artist) to search the available songs and click 'Add to queue' to add it to the queue. {%- endtrans %}

{# MSG: Additonal help text below the search bar. #} {% trans -%} If the song doesn't appear in the "Available Songs" dropdown, click 'Search' to find it on Youtube {%- endtrans %}


{% if search_results %}
{% else %} {% endif %} {% endblock %}