{% extends "base.html" %} {% load i18n %} {% load staticfiles %} {% load wger_extras %} {% block title %}{{ view_language }}{% endblock %} {% block content %}
{% trans "Language short name" %} | {% trans "Language full name" %} |
---|---|
{{view_language.short_name}} | {{view_language.full_name}} |
{% blocktrans %}Use the configuration to select in what languages the exercises and ingredients will be shown for the current language (for example the exercises should be shown in languages A, B and C; the ingredients only in A).{% endblocktrans %}
{% trans "Language full name" %} | {% trans "Show" %} |
---|---|
{{config.get_item_display}} | |
{{config.language_target.full_name}} |
|