{% extends "base.html" %}
{% load url from future %}
{% block title %}Results for '{{ term }}'{% endblock %}
{% block content %}
{% comment %}
name - is the name/type/title of the search results (e.g. Certificate, Sample, Domain, etc)
count - is the number of results for the type of search result
url - is the django url for the search listings for the type of search
{% endcomment %}
{% for result in results %}
{% if result.count > 0 %}