{% include "localized_list.html" %}
{% with_locale "de_DE" %}
{% include "localized_list.html" %} {% endwith_locale %}
{% with_locale "fr_FR" %}
{% include "localized_list.html" %} {% endwith_locale %}