{% extends "base.html" %} {% block title %}Rotations - AISBF Dashboard{% endblock %} {% block content %}

Rotations Configuration

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