{% extends tpl/layout.html %} {% block title %}irgendwas mit Doppelklinge{% endblock %} {% block content %}
{% if(isset($list)): %}Aufgabe | Fortschritt | Ziel | übrig | Prozent |
---|---|---|---|---|
{{ $list[$i]->task }} | {{ number_format($list[$i]->act, 0, '', '.') }} | {{ number_format($list[$i]->max, 0, '', '.') }} | {{ number_format($list[$i]->left, 0, '', '.') }} | {{ $list[$i]->percent }} |