{% extends "base/body_content.html" %} {% load static %} {% block title %}Manage plants{% endblock %} {% block main_content %}
| Plant name | Administrators | Properties | Order | Public | Delete | |
|---|---|---|---|---|---|---|
| {{ item.format_name }} | {% for user in item.admins.all %} {{ user.format_name }}{% if not forloop.last %}, {% endif %} {% empty %} None {% endfor %} |
|
{% if not forloop.first %}
{% endif %}
|
{% if not forloop.last %}
{% endif %}
|
|
|