{% extends "admin_base.html" %} {% block title %}Plants{% endblock %} {% block admin_content %}
| Name | Climate | Environment | Added | Actions |
|---|---|---|---|---|
| {{ plant.name }} | {{ climates[plant.climate_id] if plant.climate_id in climates else '' }} | {{ environments[plant.environment_id] if plant.environment_id in environments else '' }} | Edit | |
| No plants found. | ||||