{% extends "base.html" %} {% load i18n %} {% block extrastyles %} {{ block.super }} {% endblock %} {% block content %}
{% blocktrans %} Your current browser has the following user agent identifier:
{{ user_agent }}If you consider it as a old browser, add it on the admin site. {% endblocktrans %} {% endblock %}