{{#d-button class="btn-default" action=(action "filter") actionParam=(hash value=log.action key="action")}} {{log.actionTitle}} {{/d-button}} {{avatar log.acting_user imageSize='tiny'}} {{#d-button class="btn-default" action=(action "filter") actionParam=(hash value=log.acting_user.username key="acting_user")}} {{log.acting_user.username}} {{/d-button}} {{#if log.target_user}} {{avatar log.target_user imageSize='tiny'}} {{#d-button class="btn-default" action=(action "filter") actionParam=(hash value=log.target_user.username key="target_user")}} {{log.target_user.username}} {{/d-button}} {{/if}} {{#if log.subject}} {{#d-button class="btn-default" action=(action "filter") actionParam=(hash value=log.subject key="subject")}} {{log.subject}} {{/d-button}} {{/if}} {{bound-date log.created_at}} {{#if log.prev_value}} {{#if expandDetails}} {{d-icon 'ellipsis-v'}} {{else}} {{d-icon 'ellipsis-h'}} {{/if}} {{/if}} {{#if expandDetails}}

{{i18n 'groups.manage.logs.from'}}: {{log.prev_value}}

{{i18n 'groups.manage.logs.to'}}: {{log.new_value}}

{{/if}}