{% extends "base.html" %} {% load i18n %} {% load crispy_forms_tags %} {% load static %} {% block title %}{% trans 'Settings' %}{% endblock %} {% block extra_head %} {{ search_form.media }} {% endblock %} {% block content %}
{% trans 'Find what you need even if your search or the recipe contains typos. Might return more results than needed to make sure you find what you are looking for.' %}
{% trans 'This is the default behavior' %}
{% trans 'Allows fine control over search results but might not return results if too many spelling mistakes are made.' %}
{% trans 'Perfect for large Databases' %}