{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans "Show Diff" %}{% endblock %} {% block main %} {% include 'lun_tool/_show_diff.html' %} {% endblock %}