{% extends 'common/base.html' %} {% block title %}::Search{% endblock %} {% block content %}

Search results ({{ attributes|length }})

{% for attribute in attributes %} {% endfor %}
Name Matched attribute
{{ attribute.object.name }} {{ attribute.name }}: {{ attribute.awesome_value|safe }}
{% endblock content %}