After doing some more test, I found the answer :
By doing the same template test, directly under python, without using django, debug messages are present. So it comes from django.
The fix is in settings.py : One have to set DEBUG to True AND set TEMPLATE_DEBUG to False.