Files
WYGIWYH/app/templates/mini_tools/currency_converter/converted_value.html
2025-10-28 14:13:30 -03:00

10 lines
299 B
HTML

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