-
{% if WARNING_MESSAGE != '' %}
- {% endif %}
- {% if user.rower.planexpires and user.rower|notfree and user.rower.paymenttype == 'single'%} {% if user.rower.planexpires|is_future_date %} {% if user.rower.planexpires|date_dif|ddays < 4 %}
- {% endif %} {% endif %} {% endif %} {% if user.rower.protrialexpires and user.rower.protrialexpires|is_future_date %} {% if user.rower.plantrialexpires and user.rower.plantrialexpires|is_future_date and user.rower.rowerplan != 'plan' %}
- {% else %} {% if user.rower.rowerplan == 'basic' %}
- {% endif %} {% endif %} {% endif %} {% if user.rower.coachtrialexpires and user.rower.coachtrialexpires|is_future_date and user.rower.rowerplan != 'coach' %}
- {% endif %} {% if user.rower.emailbounced %}
- {% endif %} {% if messages %} {% for message in messages %}
- {% if message.level == DEFAULT_MESSAGE_LEVELS.ERROR %} {% endfor %} {% endif %} {% if breadcrumbs %}
-
You are here: {% for crumb in breadcrumbs %} {{ crumb.name }} {% if not forloop.last %} / {% endif %} {% endfor %}
{% endif %}