{% extends "base/body_content.html" %} {% block title %}Manage controllers{% endblock %} {% block main_content %}

Manage controllers

Create new controller
{% for item in items %} {% endfor %}
NAD Owner Location Plant Active Delete
{{ item.nad }} {% if item.owner %}{{ item.owner.format_name }}{% else %}-{% endif %} {% if item.location %}{{ item.location }}{% else %}-{% endif %} {% if item.plant %}{{ item.plant.format_name }}{% else %}-{% endif %}
{% endblock %}