{%extends "base.tera"%} {%block content%}

Recent played:

{%for book in recent_played%}

{{book.book_name}}

chapter:{{book.chapter_id}}

time {{book.progress /60 | round}}:{{book.progress % 60 |round }}

{%endfor%}
{%endblock content%}