diff options
Diffstat (limited to 'archaeological_operations')
| -rw-r--r-- | archaeological_operations/templates/ishtar/dashboards/dashboard_operation.html | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/archaeological_operations/templates/ishtar/dashboards/dashboard_operation.html b/archaeological_operations/templates/ishtar/dashboards/dashboard_operation.html index eca69b87f..5b435032e 100644 --- a/archaeological_operations/templates/ishtar/dashboards/dashboard_operation.html +++ b/archaeological_operations/templates/ishtar/dashboards/dashboard_operation.html @@ -662,7 +662,9 @@          {% for yr in dashboard.years %}          {% if forloop.counter0|divisibleby:3 %}          <th rowspan='2' class="sub">{% trans "Department" %}</th>{% endif %} -        <th colspan='3'>{{yr|default_if_none:'-'}}</th>{% endfor %}<th colspan='3'>{% trans "Sum" %}</th> +        <th colspan='3'>{{yr|default_if_none:'-'}}</th>{% endfor %} +        <th rowspan='2' class="sub">{% trans "Department" %}</th> +        <th colspan='3'>{% trans "Sum" %}</th>        </tr>        <tr>          {% for yr in dashboard.years %}<th>{%trans "Nb."%}</th><th>{%trans "Cost"%}</th><th>{%trans "FNAP cost"%}</th>{% endfor %}<th>{%trans "Nb."%}</th><th>{%trans "Cost"%}</th><th>{%trans "FNAP cost"%}</th> | 
