{% extends 'base.html' %} {% load i18n %} {% load static %} {% block title %}| {% trans "Logout" %}{% endblock %} {% block content-title %}{% trans "Logout" %}{% endblock %} {% block content %} {% trans "Logout" %} {% csrf_token %} {% blocktrans %}When you log off, the USB ports of the computer will be blocked.{% endblocktrans %} {% blocktrans %}Do you really want to log out?{% endblocktrans %} {% blocktrans %}Yes, log off{% endblocktrans %} {% blocktrans %}No, go to my account{% endblocktrans %} {% endblock %}
{% blocktrans %}When you log off, the USB ports of the computer will be blocked.{% endblocktrans %}
{% blocktrans %}Do you really want to log out?{% endblocktrans %}