{% extends "projects/admin/base.html" %} {% load i18n %} {% get_current_language as LANGUAGE_CODE %} {% block title %}{% trans "Languages" %} | {{ block.super }}{% endblock %} {% block content %}
{% trans "Here you can add, edit, or delete the languages for this project." %}
{% include "admin/_generic_formset.html" %}