---
label: 'Viewing lists of recently-updated content'
related:
- core.tracking_content
- statistics.tracking_popular_content
- history.tracking_user_content
---
{% set recent_link_text %}
{% trans %}Recent content{% endtrans %}
{% endset %}
{% set recent_link = render_var(help_route_link(recent_link_text, 'tracker.page')) %}
{% trans %}What displays of recently-updated content are available?{% endtrans %}
{% trans %}Assuming that you have the core Activity Tracker module installed, these pages that show recently-updated content are available:{% endtrans %}
- {% trans %}{{ recent_link }}: Shows the content that has been most recently added, updated, or commented on.{% endtrans %}
- {% trans %}The My recent content tab on the Recent content page (for logged-in users) limits the list to content created or commented on by the user viewing the page.{% endtrans %}
- {% trans %}The Activity tab on a user profile shows the same list for the user whose profile is being viewed.{% endtrans %}