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

Favourites and Tags

Below is a list of all your favourited or tagged 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 and tags to keep track of important items to know when they change. Get help on using your favourites list

{% if not help %} {% if page_obj %} {% include 'aristotle_mdr/favourites/ba_paginated_favourite_items.html' with page_obj=page_obj tags_list=True %} {% else %} You currently have no favourited items. {% endif %} {% endif %} {% if not object_list or help %}

Using your favourites list.

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.

{% if user.is_authenticated %} {% if favourite %} {% else %} {% endif %} {% endif %} Example item (sample item type)

{% if favourite %}

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 %}
{% endblock %}