{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "My profile" %}{% endblock %} {% block content %}
{% trans 'Your email address has not been verified' %}
{% trans 'Verify now' %}{% blocktrans with site_name=settings.TEMPLATE_META.site_name %}{{ site_name }} can send you custom notifications. Just click the subscribe button on searches, persons or papers and we'll notify you via mail about any changes. You can even select an area on the map as basis for the notifications.{% endblocktrans %}
{% endif %}