{% extends 'main/base.html' %} {% load i18n static %} {% block title %}Language Setting{% endblock %} {% block top_icon %} 👤 {% endblock %} {% block content %}
{% include 'main/_subheader.html' with title=_("Language Setting") back="/personal/" %}
{% endblock %}