{% load static %}
{% block extra_head %}{% endblock %}
AIBOTXCHANGE
Home
Strategies
Documentation
Contact
{% if user.is_authenticated %}
Dashboard
{{ user.username }}
Profile
Payments
Messages
Logout
{% else %}
Login
Sign Up
{% endif %}
Home
Strategies
Documentation
Contact
{% if user.is_authenticated %}
Dashboard
Profile
Logout
{% else %}
Login
Sign Up
{% endif %}
{% if messages %}
{% for message in messages %}
{{ message }}
×
{% endfor %}
{% endif %}
{% block content %}{% endblock %}
{% block extra_scripts %}{% endblock %}