{% if project_description %}
{% endif %} {% load static %}
{% block head %}{% endblock %}
Fox
Fitt
{% if user.is_authenticated %} {% if user.is_staff or user.is_superuser or user.managed_teams.exists or user.assigned_projects.exists %}
Dashboard
{% endif %}
Log Work
{% if user.is_staff or user.is_superuser or user.managed_teams.exists or user.assigned_projects.exists %}
History
Payroll
Loans
Receipts
Manage
{% endif %}
{{ user.username }}
{% if user.is_staff or user.is_superuser %}
Admin Panel
{% endif %}
{% csrf_token %}
Logout
{% else %}
Login
{% endif %}
{% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% block content %}{% endblock %}