{% extends 'core_ui/base.html' %} {% block title %}{{ plant.common_name.name }} – Nature In Pots{% endblock %} {% block content %}
{{ plant.common_name.name }}

{{ plant.common_name.name }}

{% if plant.scientific_name %}

{{ plant.scientific_name.name }}

{% endif %}
Date Added
{{ plant.created_at.strftime('%Y-%m-%d') }}
Status
{{ 'Dead' if plant.is_dead else 'Active' }}
← Back to list Edit
{% endblock %}