{% load static %} {% block title %}FoxFitt{% endblock %} {# deployment_timestamp comes from core.context_processors.project_context #} {% block extra_css %}{% endblock %} {% if user.is_authenticated %}
FoxFitt
{{ user.username|make_list|first|upper }}
{{ user.first_name|default:user.username }}
{% csrf_token %}
{% if messages %}
{% for message in messages %} {% endfor %}
{% endif %}
{% endif %} {% block content %} {% endblock %} {% if user.is_authenticated %}

FoxFitt Construction

© {% now "Y" %} All rights reserved.

{% endif %} {% block extra_js %}{% endblock %}