{% extends "layout.html" %} {% block content %}

Texts

{% for text in texts %}
{{text.title}}
{{"%.2f"|format(text.progress/10000)}}% - {{(text.progress/1000000*text.length)|round|int}}/{{text.length}} words
{{text.progress/10000}}%
{% endfor %} {% endblock %}