|
@@ -203,6 +203,14 @@
|
|
|
<strong>Monto cuota:</strong>
|
|
|
<p t-esc="'{0:,.0f}'.format(l.value_amount)"/>
|
|
|
</t>
|
|
|
+ <t t-if="l.months==1">
|
|
|
+ <strong>Monto cuota:</strong>
|
|
|
+ <p t-esc="'{0:,.0f}'.format(l.value_amount)"/>
|
|
|
+ </t>
|
|
|
+ <t t-if="l.weeks==1">
|
|
|
+ <strong>Monto cuota:</strong>
|
|
|
+ <p t-esc="'{0:,.0f}'.format(l.value_amount)"/>
|
|
|
+ </t>
|
|
|
</tr>
|
|
|
|
|
|
</div>
|