{% extends 'layouts/base.html' %} {% set page_title = 'Software search results for "' + term + '"' %} {% block body_header %} {% endblock %} {% block body %}

Software search results for {{term}}

{{ results_count }} results found.

{% for sw in software %} {% endfor %}
{% endblock %}