{% extends "base.html" %} {% block content %}
{% if is_gain %}🏆{% else %}💀{% endif %}

{{ user_name }} {{ title }}

{{ time }}

{% if is_gain %}💰 带出价值{% else %}💸 战损价值{% endif %}
{{ main_value }}
{% if is_gain %}百万撤离{% else %}百万战损{% endif %}
🗺️ 地图 {{ map_name }}
📊 结果 {{ result }}
⏱️ 存活时长 {{ duration }}
💀 击杀干员 {{ kill_count }}
💰 带出
{{ price }}
💸 战损
{{ loss }}
{% endblock %}