fix jinja2
This commit is contained in:
parent
1733f07786
commit
daba4171bc
@ -142,17 +142,13 @@ be {\bf {{ data.total_escrow_balance }}}.
|
|||||||
The active operational risk stands at
|
The active operational risk stands at
|
||||||
{\bf {{ data.total_active_risk }}}.
|
{\bf {{ data.total_active_risk }}}.
|
||||||
|
|
||||||
{% if (data.total_payback_loss.value != 0) or (data.total_payback_loss.fraction != 0) %}
|
|
||||||
\noindent
|
\noindent
|
||||||
Loss (actualized risk from paybacks) is
|
Loss (actualized risk from paybacks) is
|
||||||
{\bf {{ data.total_payback_loss }}}.
|
{\bf {{ data.total_payback_loss }}}.
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{% if (data.total_irregular_paybacks.value != 0) or (data.total_irregular_paybacks.fraction != 0) %}
|
|
||||||
\noindent
|
\noindent
|
||||||
Paybacks of non-revoked coins are at
|
Paybacks of non-revoked coins are at
|
||||||
{\bf {{ data.total_irregular_paybacks }}}.
|
{\bf {{ data.total_irregular_paybacks }}}.
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
\section{Income}
|
\section{Income}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user