{% extends "base.html" %} {% block title %}我的预警{% endblock %} {% block content %}
市场 | 交易对 | 触发条件 | 当前价格 | ID |
---|---|---|---|---|
{{ market_map.get(alert.market, alert.market) }} | {{ alert.symbol.upper() }} | 价格 {{ alert.condition }} {{ alert.value }} | {{ "%.4f"|format(alert.current_price|float) if alert.current_price is number else alert.current_price }} | {{ alert.id }} |