{% extends "base.html" %} {% block title %}My Autoselects - AISBF{% endblock %} {% block content %}

My Autoselects

Manage your personal autoselect configurations

{% if success %}
{{ success }}
{% endif %} {% if error %}
{{ error }}
{% endif %}

Autoselect Configurations

{% endblock %}