{% extends 'core/base.html' %} {% load static %} {% block title %}List of Rules{% endblock %} {% block content %}

List of Rules

{% for rule in rules %} {% empty %} {% endfor %}
Item Locations Actions
{{ rule.item.name }} {% for location in rule.locations.all %} {{ location.name }}{% if not forloop.last %}, {% endif %} {% endfor %} View Edit
{% csrf_token %}
No rules available.
Add New Rule
{% endblock %}