{{ article_title }}
{{ date }}
{% endif %}
{% if date %}
{% if show_source %}
{% endif %}
{% if "update" in metadata %}
{% endif %}
{{ _('Update history') }}
{{ _("Date") }} | {{ _("Version") }} | {{ _("Author") }} | {{ _("Update content") }} |
---|---|---|---|
{{ item.date }} | {{ item.version }} | {{ item.author }} |
{% if item.content is iterable and (item.content is not string and item.content is not mapping) %}
|
{{ body }}
{% if previous%}
{{ previous.title }}
{% endif %}
{% if next%}
{{ next.title }}
{% endif %}
{{ toc|safe }}