{% extends "base.html" %} {% from 'bootstrap/form.html' import render_form %} {% block app_content %}
{% for activity in activities %} {% endfor %}
When Direction ID Type Result Message JSON
{{ moment(activity.created_at).fromNow() }} {{ activity.direction }} {{ activity.activity_id }} {{ activity.activity_type }} {{ activity.result }} {{ activity.exception_message }}
 
{% endblock %}