{% block title %}
{{ article_title }}
{% endblock %}
{{ date }}
{% endif %}
{% if date %}
{% if show_source %}
{% endif %}
{% if "update" in metadata and metadata["update"]|length > 0 %}
{% if "update_open" in metadata and not metadata["update_open"] %}
{% else %}
{% endif %}
{% 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) %}
|
{% block content %}
{{ body|safe }}
{% endblock %}
{% if previous%}
{{ previous.title }}
{% endif %}
{% if next%}
{{ next.title }}
{% endif %}
{{ toc|safe }}