{% extends 'base.html' %} {% load static %} {% load i18n %} {% get_current_language as LANGUAGE_CODE %} {% block title %} {% trans 'History of Summarized arXiv papers - Get Accurate and Fast Paper Summaries' %} {% endblock %} {% block extra_head_tags %} {% endblock %} {% block header_class %}{% endblock %} {% block content %} {% if auth %}

{% trans 'Your History' %} ({{ user.username }})

{% if paper_history %} {% else %}

No history yet

{% endif %} {% else %}

{% trans 'You cannot access this page.' %}

{% endif %}
{% endblock %} {% block scripts %} {% endblock %}