{% 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." %}

{% if not can_add %}
{% trans 'There are no templates for this project, so adding new languages from this screen is disabled.' %}
{% endif %} {% include "admin/_generic_formset.html" %}
{% endblock %}