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