Name: {{aquarist.get_full_name}}
Username: {{aquarist.get_display_name}}
Email: {{aquarist.email}}
State: {{aquarist.state}}
Country: {{aquarist.country}}
🔏 Privacy Settings
{% if aquarist.is_private_name %}
Name: Private
{% else %}
Name: Shared
{% endif %}
{% if aquarist.is_private_email %}
Email: Private
{% else %}
Email: Shared
{% endif %}
{% if aquarist.is_private_location %}
Location: Private
{% else %}
Location: Shared
{% endif %}
👤 Preferences
{% if aquarist.prefer_tile_view %}
Tile or List View Preference: Tile
{% else %}
Tile or List View Preference: List
{% endif %}
{% if aquarist.instagram_url or aquarist.facebook_url or aquarist.youtube_url %}
Social Media
{% if aquarist.instagram_url %}
{% endif %}
{% if aquarist.facebook_url %}
{% endif %}
{% if aquarist.youtube_url %}
{% endif %}
{% endif %}
Edit Profile
{% if request.user.is_species_admin or request.user.is_staff or request.user.is_admin %}
{% endif %}
Member since: {{aquarist.date_joined|date:"M d, Y" }}