{% extends 'core/base.html' %} {% load static %} {% block title %}List of Rules{% endblock %} {% block content %}
| Item | Locations | Actions |
|---|---|---|
| {{ rule.item.name }} | {% for location in rule.locations.all %} {{ location.name }}{% if not forloop.last %}, {% endif %} {% endfor %} | View Edit |
| No rules available. | ||