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