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 %}