activity: doc gen

This commit is contained in:
juminet
2022-01-24 13:51:14 +00:00
committed by Julien Fastré
parent 17b887160a
commit 21d4e49fce
8 changed files with 253 additions and 16 deletions

View File

@@ -8,7 +8,7 @@
action: 'show', displayBadge: true,
targetEntity: { name: type, id: entity.id },
buttonText: entity|chill_entity_render_string,
isDead: entity.deathdate is not null,
isDead: entity.deathdate is defined and entity.deathdate is not null,
parent: parent
} %}
{% endmacro %}