{% extends 'core_ui/base.html' %} {% block title %}View Entries – Nature In Pots{% endblock %} {% block content %}
Type: {{ plant.plant_type }}
Scientific Name: {{ plant.scientific_name.name }}
{% if plant.mother_uuid %}Mother: {{ plant.mother_uuid }}
{% endif %}