{% extends "base.html" %} {% load lexbuilder_helpers %} {% load format_seconds %} {% block header_css %} {% endblock %} {% block header_js %} {% endblock %} {% block title %} Project Details for {{project.title|capfirst}} {% endblock %} {% block content %} {% if restricted %} {% include "queuemanager/restricted.html" %} {% endif %}
Notes: {{project.notes|default:""}}
{% endif %} {% if build_stats.pie_chart %}