diff --git a/templates/table.html b/templates/table.html index 6ba6359..fb56804 100644 --- a/templates/table.html +++ b/templates/table.html @@ -82,7 +82,6 @@ {% for part in parts %} {% if part[0] == fig[0] %} - {{ part[5] }} {% if part[5] == 'nil' %} {{ part[3] }} @@ -91,7 +90,7 @@ {% endif %} {{ part[3] }} {{ part[7] }} - {{ part[8] }} + {{ part[8] * fig[3] }}
{% set ns = namespace(count='') %}