Calculation History

{% for calc in calculations %} {% endfor %}
Type Input Data Result Timestamp
{{ calc.type }} {{ calc.input_data }} ${{ "%.2f"|format(calc.result) }} {{ calc.timestamp.strftime('%Y-%m-%d %H:%M:%S') }}
Back to Calculator