{% extends 'core_ui/base.html' %} {% block title %} {{ plant.common_name.name if plant.common_name else "Unnamed Plant" }} – Nature In Pots {% endblock %} {% block content %}
{{ plant.notes or "No description provided." }}
{% if plant.mother_uuid %}Parent: {{ plant.mother_uuid }}
{% endif %}