{% import "components/event.html" as comp_event %} {% import "components/plant.html" as comp_plant %} {% import "components/comment.html" as comp_comment %} {{ comp_plant::info(plant=plant) }}

Events

{{ comp_event::list(events=events) }} {{ comp_event::form(plant_id=plant.id) }}

Comments

{{ comp_comment::list(comments=comments) }} {{ comp_comment::form(plant_id=plant.id) }}