diff options
Diffstat (limited to 'contrib/auditor-report.tex.j2')
-rw-r--r-- | contrib/auditor-report.tex.j2 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/contrib/auditor-report.tex.j2 b/contrib/auditor-report.tex.j2 index c2d406ebe..38f44d4e9 100644 --- a/contrib/auditor-report.tex.j2 +++ b/contrib/auditor-report.tex.j2 @@ -227,7 +227,11 @@ the tiny threshold. Below, we report {\em non-tiny} wire transfers that are lagg {{ item.deadline }} & {{ item.amount }} & {{ item.row }} & - {{ item.claimed_done }} \\ +{% if 'claimed_done' in item %} + {{ item.claimed_done }} +{% else %} + N/A +{% endif %} \\ \nopagebreak \multicolumn{4}{l}{ {\tt \small {{ item.coin_pub }} } } \\ \nopagebreak |