MyPlants
Catalogue
Create Plant
Profile
Profile Details
{% if not profile.profile_picture %}
{% else %}
{% endif %}
{{profile.first_name }} {{ profile.last_name }}
Username: {{ profile.username }}
{% if all_plants %}
Total stars:
{% if all_plants == 1 %}
{% elif all_plants == 2 %}
{% elif all_plants >= 3 %}
{% endif %} {% else %}
Total stars: 0
{% endif %}
Edit
Delete