{% extends "base.html" %} {% load i18n %} {% block heading %}{% trans "Search results" %}{% endblock %} {% block content %}

{% trans "HWDOC Results" %}: {{ results.hwdoc.count }}

{% include "hwdoc_searchresults.html" %}

{% trans "Puppet Results" %}: {{ results.puppet.count }}

{% include "puppet_searchresults.html" %}
{% endblock %}