{% load i18n %}
{% if request.user.is_staff and request.frontend_editing %} {% trans 'Stop Editing' %} {% else %} {% trans 'Start Editing' %} {% endif %} {% if request.user.is_authenticated %} {% trans 'Logout' %} {% endif %}