add and display events in history timeline

This commit is contained in:
2019-02-08 16:39:12 +01:00
parent 8bf4621911
commit 2ff22a73fa
5 changed files with 316 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
{%- macro reason(r) -%}
<span class="entity entity-event event-reason"><i class="fa fa-question-circle"></i>&nbsp;{{ r.name | localize_translatable_string }}</span>
{%- endmacro -%}