Files
2025-11-01 03:15:44 -03:00

10 lines
284 B
HTML

{% load decimal %}
{% load currency_display %}
{% load formats %}
<input class="input input-bordered input-lg w-full mb-3"
type="text"
value="{{ converted_amount|localize_number:decimal_places|default:'-' }}"
name="to_value"
id="to_value"
disabled>