{% autoescape %}
Tópico | Exercícios |
---|---|
{{ t['name'] }}
|
|
{{ t['name'] }} |
{% if t['level'] < 0.01 %}
{% elif t['type']=='chapter' %}
{{ round(t['level']*5)*'' + (5-round(t['level']*5))*'' }}
{% end %}
|