{% load i18n %} {% if sidebar_show_search %} {% if sidebar_command_search %}
manage_search
{% trans 'Search apps and models...' %}
{% if 'Macintosh' in request.META.HTTP_USER_AGENT %} {% include "unfold/helpers/shortcut.html" with shortcut="⌘K" %} {% else %} {% include "unfold/helpers/shortcut.html" with shortcut="Ctrl + K" %} {% endif %}
{% else %}
manage_search {% include "unfold/helpers/shortcut.html" with shortcut="t" %}
{% endif %} {% endif %}