{% extends "base.html" %} {% load i18n %} {% load humanize %} {% load icons %} {% load urlformat %} {% load metrics %} {% load permissions %} {% load authnames %} {% load crispy_forms_tags %} {% block breadcrumbs %}
  • {% trans "Users" %}
  • {{ page_profile.get_user_name }}
  • {% trans "Translations with contribution" %}
  • {% endblock %} {% block content %} {% include "snippets/list-objects.html" with objects=page_user_translations label=_("Translation") show_admin_badge=True name_source="translation" %} {% include "paginator.html" with page_obj=page_user_translations %} {% endblock %}