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

My Rotations

Manage your personal rotation configurations

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

Rotation Configurations

{% endblock %}