COPY AND PASTE DETECTER FOR {{lang}}
{% for item in duplicates %}
{{item.lines}}
{{ item.firstFile.start }} - {{ item.firstFile.name }}
{{ item.secondFile.start }} - {{ item.secondFile.name }}
{{item.fragment}}
{% endfor %}