{% extends "combo/search-cell.html" %} {% load static %} {% block search-form %} {{ block.super }} {% if not is_portal_agent and search_keywords %}
{% for keyword in search_keywords %} {% endfor %}
{% endif %} {% endblock %}