{% extends 'base.html' %}
{% block content %}
{% if not user %}
Checkout the tasks on the left panel for tasks that have been recently created.
Checkout the textbooks for textbooks that have been added to the project.
{% else %}
Logged in as {{ user.username }}
{% endif %}
{% if unpublished_tasks %}
Tasks created by you that need approval: