{% load cjkcms_tags django_bootstrap5 i18n %}
{% csrf_token %} {% get_searchform request as form %} {% bootstrap_form_errors form type='non_fields' %} {% if settings.cjkcms.LayoutSettings.search_format|slice:":3" == "box" %} {% bootstrap_field form.s layout='inline' show_label=False %} {% endif %} {% if settings.cjkcms.LayoutSettings.search_format|slice:":10" == "box-button" %} {% endif %} {% if settings.cjkcms.LayoutSettings.search_format|slice:":7" == "button-" %} {% endif %}