{% extends "app/logged_in_base.html" %} {% load i18n %} {% block content %}

{% trans 'Developer Tools' %}

{% trans 'Current Locale:' %} {{ current_locale }}
{% trans "To change locale, modify your browser's locale settings, then refresh the page, or use the set locale button below." %}

{% endblock %}