{% extends "aristotle_mdr/user/userHome.html" %} {% load aristotle_tags %} {% block title %}My Favourites{% endblock %} {% block collapse-link%} My Favourites{% endblock %} {% block sidebar %} {% include "aristotle_mdr/user/userSideBar.html" with activeTab='favourites' %} {% endblock %} {% block page %}
Below is a list of all your favourited items, you will recieve notifications when any of these items are edit, if their registration status changes or if they are made public.
Use your favourites list to keep track of important items to know when they change.
{% if not help %} {% if page %} Get help on using your favourites list {% include "aristotle_mdr/helpers/bulk_action_paginated_list.html" with page=page allow_select_all=True %} {% else %} You currently have no favourited items. {% endif %} {% endif %} {% if user.profile.favourites.count == 0 or help %}You can favourite many items within the registry, when you are logged in items you can follow will have an open bookmark symbol next to them - .
Clicking this bookmark will add the item to your favourites list, and will toggle the icon. Any items that you are following in your favourites list will have a filled in bookmark icon by their name - .
Try favouriting the item below to see it in action.
Congratulations! If this was a real item you would get notifications when ever this item changed.
If you click the bookmark icon again the item would be removed from your favourites and the notifications would stop.
{% endif %} {% endif %}