Your credentials will soon be verified by an Editor. If accepted, your rank (currently 0: newly registered) will be set to 1 (normal user), enabling you to submit, comment and vote.
{% endif %}
{% if own_comments %}
Your Comments
{% for own_comment in own_comments %}
{{ own_comment.header_as_li|safe }}
{% endfor %}
{% endif %}
{% if own_authorreplies %}
Your Author Replies
{% for own_reply in own_authorreplies %}
{{ own_reply.header_as_li|safe }}
{% endfor %}