Nature In Pots
Home
{% if current_user.is_authenticated %}
Plants
Import
Grow Logs
Submissions
Export
{% endif %} {% if current_user.is_authenticated and current_user.role == 'admin' %}
Admin Dashboard
{% endif %} {% block plugin_links %}{% endblock %}
{% if current_user.is_authenticated %}
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 %}