{% extends 'main.html' %} {% load static %} {% block content %}

{{aquarist.get_display_name}}'s Fishroom

{% if request.user.is_authenticated %}
{% if not aquarist.is_private_name %} Name:   {{aquarist.get_full_name}} {% else %} Name:   Private {% 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 %}
{% if not aquarist.is_private_location %} {% if aquarist.state or aquarist.country %}
Location:   {{aquarist.state}}{% if aquarist.state and aquarist.country %}, {% endif %}{{aquarist.country}}
{% endif %} {% endif %} {% if affiliate_clubs.all.count > 0 %}
{% if registration.affiliate_club %} Club Affiliation:   {{registration.affiliate_club.acronym}} ({{registration.affiliate_club.name}}) {% endif %}
{% endif %}
Email {{aquarist.get_display_name}} {% if userCanEdit and speciesKept.all.count > 0 %}  Create Labels  {% endif %}
  {% endif %} {% if speciesPreviouslyKept.all.count > 0 %} {% endif %}
{% endblock content %}