• {% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
    ×{{ message }}
    {% endfor %} {% endif %} {% endwith %} {% if not subscriptions %}
  • Subscriptions
  • Add your first subscription with the little cross icon.
  • {% else %}
  • Subscriptions
  • {% for subscription in subscriptions %} {% if subscription.counter > 0 %}
  • {{ subscription.title }} {{ subscription.counter }}
  • {% else %}
  • {{ subscription.title }} {{ subscription.counter }}
  • {% endif %} {% endfor %}
  • Add your first subscription with the little cross icon.
  • {% endif %}