{% extends "base.html" %} {% block doctitle %} Activity {% endblock %} {% block content %}

User - {{ request.user }}

{% include "threebot/preferences/user/_tab_navigation.html" %}

Log History {% if logs %}(latest {{ logs|length }}){% endif %}

{% if logs %}
{% for log in logs %} {% endfor %}
{{ log.date_created }} {{ log.workflow|truncatechars:35 }} {{ log.performed_on|truncatechars:12 }}
{% else %}{# no logs #} {% endif %}
{% endblock %}