{% if WARNING_MESSAGE != '' %} -
  • +
  • {{ WARNING_MESSAGE }}

    @@ -245,14 +247,14 @@ {% endif %} {% if user.rower.protrialexpires and user.rower.protrialexpires|is_future_date %} {% if user.rower.plantrialexpires and user.rower.rowerplan != 'plan' %} -
  • +
  • {{ user.rower.protrialexpires|date_dif|ddays }} days left of your Self-Coach trial - Would you like to upgrade now?

  • {% else %} {% if user.rower.rowerplan == 'basic' %} -
  • +
  • {{ user.rower.protrialexpires|date_dif|ddays }} days left of your Pro trial - Would you like to upgrade now?

    @@ -261,7 +263,7 @@ {% endif %} {% endif %} {% if user.rower.emailbounced %} -
  • +
  • Your email bounced. Please update your email address in the user settings

    @@ -269,7 +271,7 @@ {% endif %} {% if messages %} {% for message in messages %} -
  • +
  • {% if message.level == DEFAULT_MESSAGE_LEVELS.ERROR %}

    {% else %} @@ -280,21 +282,6 @@

  • {% endfor %} {% endif %} - {% if breadcrumbs %} -
  • -

    - - You are here: - {% for crumb in breadcrumbs %} - {{ crumb.name }} - {% if not forloop.last %} -  /  - {% endif %} - {% endfor %} - -

    -
  • - {% endif %}