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