{% extends "base.html" %} {% load i18n static %} {% block main %}
{% trans "List" %} | {% trans "ID" %} | {% trans "Name" %} | {% trans "Estimated time" %} | {% trans "Estimated cost" %} | |
---|---|---|---|---|---|
{{ list.name }} | {{ card.idShort }} | {{ card.name }} | {{ card.time_estimated }} | {{ card.cost_estimated|floatformat:2 }} | |
{% trans "Total" %} | {{ board.time_estimated_total }} | {{ board.cost_estimated_total|floatformat:2 }} | |||
{% trans "Total selected" %} |