{% extends "aristotle_mdr/user/userHome.html" %} {% load aristotle_tags i18n static %} {% load render_bundle from webpack_loader %} {% block title %}{{ title }}{% endblock %} {% block sidebar %} {% include "aristotle_mdr/user/userSideBar.html" with activeTab='favourites' %} {% endblock %} {% block webpack_css_bundle %} {% render_bundle 'tagPage' 'css' %} {% endblock %} {% block webpack_bundle %} {% render_bundle 'tagPage' 'js' %} {% endblock %} {% block page %}

{% if tag %} {% else %} {{ title }} {% endif %}

{% if tag %} {% endif %}
{% if page_obj %} {% include 'aristotle_mdr/favourites/ba_paginated_favourite_items.html' with page_obj=page_obj tags_list=False %} {% endif %} Back {% endblock %}