{% extends "pmo_base.html" %} {% block title %}{{ t('bl.title') }} — {{ project.name }}{% endblock %} {% block screen %}
{{ t('clause.back') }}

{{ t('bl.title') }}

{{ t('bl.subtitle', v=current_version) }}

{% if not entries and current_version > 1 %}

{{ t('bl.no_history', v=current_version) }}

{% endif %} {% for e in entries %}
v{{ e.version }} {% if not loop.last or true %}
{% endif %}

{{ e.at }} · {{ t('bl.item_count', n=e.item_count) }}

{% for s in e.added %}

{{ s.description }}

{{ s.id }} {% if e.case_id %} · {{ t('bl.source_case') }}: {{ e.case_id }}{% endif %}

{% else %}

{{ t('bl.no_diff') }}

{% endfor %}
{% endfor %}
v1

{{ t('bl.initial', n=initial_count) }}

{% endblock %}