{% block js_script %} {% endblock %}
PyTasks
home
{% if user.is_authenticated %}
tasks
{% if user.unread_notifications.count %} notifications({{user.unread_notifications.count}}) {% else %} notifications {% endif %}
{% if user.unread_requests.count %} requests({{user.unread_requests.count}}) {% else %} requests {% endif %}
my profile
logout
{% else %}
login
{% endif %}
{% block content %}This is the default content{% endblock %}