{% extends "common.html" %} {% block title %}{% if flower.organization %}Edit{% else %}New entry{% endif %} ยท Flowers{% endblock %} {% block menuoptions %}
{% endblock %} {% block content %}

{% if flower.organization %}New version{% else %}New credential{% endif %}

{% if flower.organization %}Edit entry{% else %}Add an entry{% endif %}

Saving creates a new version. Your historical rows remain untouched.

{% if flower.dateCreated %}
{% endif %}
{% endblock %}