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