{% extends "base.html" %} {% load i18n %} {% load translations %} {% block breadcrumbs %}
  • {% trans "Users" %}
  • {{ page_profile.get_user_name }}
  • {% trans "Suggestions" %}
  • {% endblock %} {% block content %} {% include "snippets/suggestions.html" with suggestions=object_list multi_unit=1 %} {% include "paginator.html" %} {% endblock %}