{% extends 'scipost/base.html' %} {% block pagetitle %}: personal page{% endblock pagetitle %} {% block headsup %} {% endblock headsup %} {% block bodysup %} Contributor info {{ contributor.public_info_as_table }} {% if contributor_submissions %} Submissions View/hide submissions Submissions for which this Contributor is identified as an author: {% for sub in contributor_submissions %} {{ sub.header_as_li }} {% endfor %} {% endif %} {% if contributor_commentaries %} Commentaries View/hide commentaries Commentaries for which this Contributor is identified as an author: {% for com in contributor_commentaries %} {{ com.header_as_li }} {% endfor %} {% endif %} {% if contributor_theses %} Theses View/hide theses Theses for which this Contributor is identified as an author: {% for thesis in contributor_theses %} {{ thesis.header_as_li }} {% endfor %} {% endif %} {% if contributor_comments %} Comments View/hide comments {% for comment in contributor_comments %} {{ comment.header_as_li }} {% endfor %} {% endif %} {% if contributor_authorreplies %} Author Replies View/hide author replies {% for reply in contributor_authorreplies %} {{ reply.header_as_li }} {% endfor %} {% endif %} {% endblock bodysup %}