{% extends "cranefly/search/layout.html" %} {% import "cranefly/macros.html" as macros with context %} {% block action %} {% if search_result %}
{% trans search_query=style_query(search_result.search_query) %}Your search results for query "{{ search_query }}" are still available.{% endtrans %}
{% trans %}To discard it and start new search, simply perform new search using form above.{% endtrans %}
{% trans %}To search forums, enter phrases you want to find in text field above and press search button.{% endtrans %}
{% endif %} {% endblock %} {% macro style_query(query) -%} {{ query }} {%- endmacro %}