{% extends "layout.html" %} {% set page_title = "My Profile Settings" %} {% block content %}
| Orchid ID: | {{ current_user.user_id }} |
| Member Since: | {{ current_user.created_at.strftime('%B %Y') if current_user.created_at else 'Unknown' }} |
| Total Uploads: | {{ current_user.upload_count or 0 }} |
| Account Status: | {% if current_user.account_active %} Active {% else %} Inactive {% endif %} |
Your orchid contributions are part of the public database to help the community. Personal information remains private.