{% extends "common.html" %} {% block title %}{{ flower.organization }} · Flowers{% endblock %} {% block menuoptions %}
{% endblock %} {% block content %}

Flower

{{ flower.organization }}

{% if flower.dateCreated not in ('STORED', 'FAILED') %}

Version from {{ flower.dateCreated[:10] }}

{% endif %}
Name
{{ flower.myName or '—' }}
Login
{{ flower.myID }}
Secret
••••••••••••
{% if flower.dateCreated not in ('STORED', 'FAILED') %}
{% endif %}
{% endblock %}