Nature In Pots
Home
{% if current_user.is_authenticated %}
Plants
Grow Logs
Submissions
{% endif %}
{% if current_user.is_authenticated %}
Toggle menu
New Plant
New Grow Log
New Submission
{% if current_user.role == 'admin' %}
Admin Dashboard
{% endif %}
Plugins
Materials
Ledger
Inventory
Collectives
{{ current_user.username }}
My Profile
Settings
Import
Export
Logout
{% else %}
Login
Register
{% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %} {% block content %}{% endblock %}