{% extends "mobile/base.html" %} {% block left_button %} trakt {% endblock %} {% block header %}

Progress

{% endblock %} {% block navbar%} {% macro nav_item(progress_type) %}
  • {% if type == progress_type %} {% else %} {% endif %} {{ progress_type|title }}
  • {% endmacro %}
    {% endblock %} {% block content %} {% endblock %}