My Watchlist

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %} {% if watchlist_items %} {% for item in watchlist_items %} {% endfor %}
Cryptocurrency Current Price Last Updated Actions
{{ item.crypto_name }} {% if item.current_price %} ${{ "%.2f"|format(item.current_price) }} {% else %} No price data {% endif %} {% if item.last_updated %} {{ item.last_updated.strftime('%Y-%m-%d %H:%M:%S') }} {% else %} No data {% endif %}
{% else %}
Your watchlist is empty. Add some cryptocurrencies from the cryptocurrencies page.
{% endif %}

Back to Home