{% if amount.is_error() -%} {{ amount.error.unwrap() }} {% endif -%}
{% if price.is_error() -%} {{ price.error.unwrap() }} {% endif -%}