{% extends 'layout.twig' %} {% block title %}{{ consumer.name }} — Consumer — IRDB{% endblock %} {% block content %}
10 most recent audit entries for this consumer.
| When | Actor | Action | Payload | ||||||
|---|---|---|---|---|---|---|---|---|---|
| {{ ev.actor_kind }} {% if ev.actor_id %}#{{ ev.actor_id }}{% endif %} | {{ ev.action }} | {% if ev.details %} {% else %} — {% endif %} | |||||||
|
{% if ev.details.changes is defined and ev.details.changes is iterable and ev.details.changes|length > 0 %}
Changes
{{ ev.details|json_encode(constant('JSON_PRETTY_PRINT')) }}
{% endif %}
|
|||||||||
No activity yet.
{% endif %}