{% extends "base.html" %} {% block content %}

黃金交易資訊

{% for record in gold %} {% endfor %}
Date Time Gold Code Gold Short Name Quoted Buying Price Quoted Selling Price Trading Highest Trading Lowest Trading Avg Latest Price Volume
{{ record['Date'] }} {{ record['Time'] }} {{ record['GoldCode'] }} {{ record['GoldShortName'] }} {{ record['QuotedBuyingB.Price'] }} {{ record['QuotedSellingS.Price'] }} {{ record['TradingHighest'] }} {{ record['TradingLowest'] }} {{ record['TradingAvg.'] }} {{ record['TradingLatestTradingInfo.LatestPrice'] }} {{ record['TradingVolume'] }}
{% endblock %}