{% extends "dcim/location.html" %} {% block content %}
{% if error %}
Error
{{ error }}
{% endif %} {% if results %} {% include "nautobot_lunch/results.html" %} {% endif %}
{% endblock content %}