{% extends "base.html" %} {% load typogrify display %} {% block js %}{% endblock %} {% block css %} {% endblock %} {% block title %}: {{ user.display_name }}{% endblock %} {% block content %}

{{ user.display_name }}

Last logged in {{ user.last_login }}
{% if zotero_status %} You have entered Zotero access information. {% else %} You have not yet entered Zotero access information. {% endif %} (edit)

Log in to Zotero and browse to the "Feeds API" section within user settings. Create a new key, with these settings recommended: "Allow library access" and "Read only" access to All Groups. For more information, see the Zotero section on this site's help page.

{% csrf_token %}
Test key
{% if own_profile %}

Alerts

{% if clusters %}

{{ clusters.count }} clusters of topics to be reviewed.

View
{% endif %}
{% endif %}

Recent edits

{% include "includes/activity.html" %}
{% endblock %}