{% if theme() and file_exists('app/templates/themes/' + theme() + '/base.html') %} {% extends 'themes/' + theme() + '/base.html' %} {% else %} {% extends "base.html" %} {% endif %} %} {% from 'bootstrap/form.html' import render_form %} {% block app_content %}
When | Direction | ID | Type | Result | Message | JSON | ||
---|---|---|---|---|---|---|---|---|
{{ moment(activity.created_at).fromNow() }} | {{ activity.direction }} | {{ activity.activity_id }} | {{ activity.activity_type if activity.activity_type else '' }} | {% if activity.result == 'success' %}{{ activity.result }} | {% elif activity.result == 'ignored' %}{{ activity.result }} | {% else %}{{ activity.result }} | {% endif %}{{ activity.exception_message if activity.exception_message else '' }} | View |