{% trans "Click each revision to see a list of edited lines. Click the Preview button to see how the article looked at this stage. At the bottom of this page, you can change to a particular revision or merge an old revision with the current one." %}
<pclass="lead"><spanclass="icon-info-sign"></span> {% trans "When you merge a revision with the current, all data will be retained from both versions and merged at its approximate location from each revision." %} <strong>{% trans "After this, it's important to do a manual review." %}</strong></p>
<aclass="btn dropdown-toggle"data-toggle="dropdown"href="#"style="padding: 7px;"title="{% trans "Sub-articlesfor"%}{{article.current_revision.title}}">
<spanclass="icon-list"></span>
<spanclass="caret"></span>
</a>
<ulclass="dropdown-menu">
{% for child in children_slice %}
<li>
<ahref="{% url 'wiki:get' path=child.path %}">
{{ child.article.current_revision.title }}
</a>
</li>
{% empty %}
<li><ahref="#"><em>{% trans "No sub-articles" %}</em></a></li>
{% endfor %}
{% if children_slice_more %}
<li><ahref="#"><em>{% trans "...and more" %}</em></a></li>
{% endif %}
<liclass="divider"></li>
<li>
<ahref=""onclick="alert('TODO')">{% trans "List sub-pages" %} »</a>