• home
  • menu
      {% if user.is_authenticated %}
    • My Collection
    • My Account
    • My Notifications
    • {% elif user.auth_user_id != None %}
    • My Collection
    • My Account
    • My Notifications
    • {% endif %}
    • MTG Community
    • Contact Us
    • Lowest Listing By Set
    • Cards with Most listings
    • Cards with Largest Price Variation
    {% if user %} {% endif %} {% if user.is_authenticated %} {% if user.first_name%}
  • Welcome {{user.first_name|title}}!
  • {% else %}
  • Welcome {{user.username|title}}!
  • {% endif %}
  • Logoutlogout
  • {% elif user.auth_user_id != None %} {% if user.auth_user_id.first_name%}
  • Welcome {{user.auth_user_id.first_name|title}}!
  • {% else %}
  • Welcome {{user.auth_user_id.username|title}}!
  • {% endif %}
  • Logoutlogout
  • {% else %}
  • Loginperson
  • Registerperson_add
  • {% endif %}