{% extends "newbase.html" %} {% load staticfiles %} {% load rowerfilters %} {% block title %}Rowsandall - Analysis {% endblock %} {% block main %}

Alerts for {{ rower.user.first_name }} {{ rower.user.last_name }}

Set up automatic alerting for your workouts

    {% if alerts %}
  • {% for alert in alerts %} {% endfor %}
    Name metric Workout type Next Run
    {{ alert.name }} {{ alert.measured.metric }} {{ alert.workouttype }} {{ alert.next_run }}
  • {% else %}
  • You have not set any alerts for {{ rower.user.first_name }}

  • {% endif %}
  • Create new alert

{% endblock %} {% block sidebar %} {% include 'menu_analytics.html' %} {% endblock %}