{% extends 'base.html' %} {% load i18n %} {% block title %}{{ person }}{% endblock %} {% block content %}
{% if settings.ACCOUNT_MANAGEMENT_VISIBLE %}
{% include 'partials/subscribe_widget.html' %}
{% endif %}

{{ person }}

{% if papers %}

{% trans "Submitted Papers" %}

{% endif %} {% if memberships %}

{% trans "Memberships" %}

{% include "partials/person_membership_section.html" %}
{% endif %} {% if mentioned_in %}

{% trans "Mentioned in" %} {% trans "Open in Search" %}

{% endif %}
{% endblock %}