{% load humanize %} {% block title %}Construction Accounting{% endblock %} | {{ active_project.name|default:"Construction Partnership" }} {% if user.is_authenticated %}
{% block page_title %}{% endblock %}
{{ project_role|default:user.get_role_display|title }} {{ user.get_full_name|default:user.username }}
{% csrf_token %}
{% if messages %} {% for message in messages %} {% endfor %} {% endif %} {% block content %}{% endblock %}
{% else %} {% block guest_content %}{% endblock %} {% endif %} {% block extra_js %}{% endblock %}