{% 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: Label for an input which takes a YouTube url directly instead
of searching titles. #} {% trans %}Direct download YouTube url:{%
endtrans %}
{% set placeholder_search_term %}
{% endset %} {# MSG: Html text which displays what was searched for, in
quotes while the page is loading. #} {% trans
search_term=placeholder_search_term -%} Searching YouTube for
'{{ search_term }}'
{%- endtrans %}