{% load i18n %} {% trans "See the source code of the page. There will be a comment to begin of every template and in the final. Something like this:" %}

....

<!-- Start /path/to/django/django/contrib/admin/templates/admin/includes/fieldset.html -->

    <!-- HTML CODE  -->

<!-- End /path/to/django/django/contrib/admin/templates/admin/includes/fieldset.html -->

....