{% load i18n %} <div id="{{ user.id }}" class="ok"> <li class="{% block profile_actif %}{% endblock %}"><a id="username" href="{% url 'profile_home' %}">{{ user.username }}</a></li> <li><a href="{% url 'logout' %}?next={% url 'home' %}">{% trans "Log out" %}</a></li> </div>