{% extends 'base/single.column.html.twig' %}
{% set title = 'Snip compare ' ~ snip %}
{% block body %}
Back
Line | Old | New |
---|---|---|
{{ line.type }} | {% if line.from %} {{ line.from }} {% endif %} | {% if line.to %} {{ line.to }} {% endif %} |