{% extends 'scipost/base.html' %} {% load render_bundle from webpack_loader %} {% block basebundle %} {% render_bundle 'style' %} {% render_bundle 'base' %} {% endblock basebundle %} {% block pagetitle %}: personal page{% endblock pagetitle %} {% block content %}

Welcome to your SciPost Personal Page, {{ appellation }}

{% if needs_validation %}

Your credentials will soon be verified by an Editor.

If accepted, you will become a registered Contributor, enabling you to submit, comment and vote.

{% else %}
{% endif %} {% endblock content %}