{% if history.title is not null %}
{{ history.title }}
{% else %}
{{ tactic.title }}
{% endif %}
{% if history.background is not null %}
{{ history.background|raw }}
{% else %}
{{ tactic.background|raw }}
{% endif %}
{% if history.purpose is not null %}
{{ history.purpose|raw }}
{% else %}
{{ tactic.purpose|raw }}
{% endif %}
{% if history.methodology is not null %}
{{ history.methodology|raw }}
{% else %}
{{ tactic.methodology|raw }}
{% endif %}
|
{{ history.getStartsOn()|date(date_format) }}
{% if history.getEndsOn() is not null %}
to {{ history.getEndsOn()|date(date_format) }}
{% endif %}
|
{{ history.getModifier().getFullname() }}
{{ history.getModifiedOn()|date(datetime_format, app.user.timezone) }}
|
{% else %}