{% load i18n %}

{% blocktrans with fileA.get_absolute_url as filea_url and fileB.get_absolute_url as fileb_url and fileA.id as filea_id and fileB.id as fileb_id %} Difference between this answer #{{ fileb_id }} and the parent snippet #{{ filea_id }} {% endblocktrans %}

{% if snippet.lexer == 'diff' %} {% include "dpaste/snippet_pre.html" %} {% else %}

{{ snippet.content }}

{% endif %}