{% extends "base.html" %} {% if fwinfo %} {% set type = "library" %} {% elif group %} {% set type = "group" %} {% elif product_list %} {# global search page #} {% set type = "global" %} {% endif %} {% block page_title %}{{ title }} - Search results{% endblock %} {% block footer %} {% endblock %} {% block title %} {% if type == "library" %} {{ fwinfo.fancyname }} {% elif type == "group" %} {{ group.fancyname }} {% elif type == "global" %} {{ title }} {% endif %} {% endblock %} {% block content %}