grzejnik/templates/status.html

13 lines
375 B
HTML

{% extends "base.html" %}
{% block content %}
<div class="jumbotron">
<h2>Current Speed</h2>
<h3>{{speed}} XPM/hour <small>{{speed|real_money}}/hour</small></h3>
<!--<h2>Last share</h2>
<h3>{{add}} XPM <small>{{add|real_money}}</small> at {{at}}</h3>-->
<h2>Total</h2>
<h3>{{total}} XPM <small>{{total|real_money}}</small></h3>
</div>
{% endblock %}