{% extends "tableview.html" %} {################################ HTML CONTENT ################################} {% block content %} {% if rpc.main_node.type == 'delegate' and rpc.main_node.bts_type() == 'bts' %}
Price feeds:  published: {{pfeeds['USD']}} USD {{pfeeds['BTC']}} BTC {{pfeeds['CNY']}} CNY {{pfeeds['GOLD']}} GOLD {{pfeeds['EUR']}} EUR      Last update: {% if last_update %}{{last_update | datetime}}{% else %}N/A{% endif %}
       last hour median: {{mfeeds['USD']}} USD {{mfeeds['BTC']}} BTC {{mfeeds['CNY']}} CNY {{mfeeds['GOLD']}} GOLD {{mfeeds['EUR']}} EUR
                 latest: {{feeds['USD']}} USD {{feeds['BTC']}} BTC {{feeds['CNY']}} CNY {{feeds['GOLD']}} GOLD {{feeds['EUR']}} EUR
{% endif %} {{ super() }} {% endblock %}