.card-move-line(@click='onClick' :class="{ 'selected-move': isSelected }")
h2.move-date Vencimiento {{ dateMaturity }}
.move-amount
.move-total
h2.move-amount-label Total
h2.move-total-value {{ debit | currency(currencyCompany.symbol)}}
.move-total
h2.move-amount-label Saldo
h2.move-saldo-value {{ amountResidual | currency(currencyCompany.symbol)}}