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

My Autoselect Configuration

{% if success %}
{{ success }}
{% endif %} {% if error %}
{{ error }}
{% endif %}
Cancel
{% endblock %}