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

Search results ({{ attributes|length }})

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