{{this.exchangeRates.btceur}}, {{this.exchangeRates.btcusd}}
Contributor:
{{#each this.contributors as |contributor|}} {{contributor.name}} {{/each}}
Total amount (WBTC):
{{input type="text" placeholder="0.0015" value=this.total required=true pattern="([0-9]*[.])?[0-9]+" class=this.totalInputClass}}
EUR total
{{input type="text" name="total-eur" value=this.totalEUR disabled=true}}
USD total
{{input type="text" name="total-usd" value=this.totalUSD disabled=true}}
{{expense.description}}
+ Add another item
No line items yet.
{{input type="submit" value="Submit" disabled=this.submitButtonDisabled title="Submit/propose this reimbursement"}}