{% extends "core/index.html" %} {% load i18n %} {% load hidereferer %} {% load unquote %} {% load staticfiles %} {% load yauth %} {% block Title %}{% trans 'Page segmentation' %}{% if stage %}: {% trans stage %}{% endif %}{% endblock %} {% block Scripts %} {% endblock %} {% block Content %}
{% trans 'Original page' %}: {{ url|unquote }}
00:00:00
{% for group in est.SegmentName.grouped_names %}
{% for seg_name, seg_label, color in group %}{{ seg_name }}{% endfor %}
{% endfor %}
{% if stage != 'diff' %}


{% else %}
{% if est1.comment %} {{ login1 }}:
{{ est1.comment }}

{% endif %} {% if est2.comment %} {{ login2 }}:
{{ est2.comment }} {% endif %}
{% endif %}
{% endblock %}