{% extends "base.html" %} {% block title %}{{ project.title }} - Project Dashboard{% endblock %} {% block body_attrs %} class="padded-page dashboard-page dashboard-project-page"{% endblock %} {% block head %} {% endblock %} {% block content %} {% include "partials/site_header.html" %} {% if let Some(su) = session_user %}{% if su.is_sandbox %} {% endif %}{% endif %}

{{ project.title }}.

{% if git_enabled %} {% endif %} {% if synckit_enabled %} {% endif %} Loading...
{% endblock %}