{% extends "base.html" %} {% block title %}{{ _('Admin ยท Assign keyword') }}{% endblock %} {% block content %} {% include "admin/_nav.html" %}

{{ _('Assign promoted keyword') }}

{% if error %}

{{ error }}

{% endif %}

{{ _('The listing will appear at the top of search results when the keyword is matched (accent-insensitive).') }}

{{ _('Cancel') }}
{% endblock %}