{% extends "ui/page.html" %} {% load i18n static ui %} {% block title %}{% translate 'My Saves' %}{% endblock %} {% block top_nav_title %}{{ title }}{% endblock %} {% block page_body %}
{% include "ui/associations/partials/associations.html" with associations=associations params=params %}

{% translate 'Load more' %}

{% endblock %}