{% extends 'scipost/base.html' %} {% block pagetitle %}: personal page{% endblock pagetitle %} {% block headsup %} {% endblock headsup %} {% block bodysup %} Contributor info {{ contributor.as_table|safe }} SciPost Submissions SciPost Commentaries {% if contributor_comments %} Comments View/hide comments {% for comment in contributor_comments %} {{ comment.header_as_li|safe }} {% endfor %} {% endif %} {% if own_authorreplies %} Your Author Replies View/hide author replies {% for reply in contributor_authorreplies %} {{ own_reply.header_as_li|safe }} {% endfor %} {% endif %} {% endblock bodysup %}