{% extends tpl/layout.html %} {% block title %}irgendwas mit Doppelklinge{% endblock %} {% block content %}

Gesamten Mainframe von Position X: 80 Y: 126 einfügen (strg-a, strg-c):


{% if(isset($list)): %}
{% for($i = 0; $i < count($list); $i++): %} {% endfor; %}
Aufgabe Fortschritt Ziel Prozent
{{ $list[$i]->task }} {{ $list[$i]->act }} {{ $list[$i]->max }} {{ $list[$i]->percent }}
insgesamt {{ $percent }}% erledigt (ø {{ $avg }}%). {% endif; %} {% endblock %}