def index():
    alerts = Alert.find_all()
    return render_template("alerts/index.html", alerts=alerts)