{% extends 'base.html' %} {% block content %} {% if paper != None %}
{% if profile.level != 'normal' and profile != author %} {% endif %} {% else %} Not found. The planets must not be aligned correctly, or perhaps no paper with the given 'id' exists. {% endif %} {% endblock %}