{% extends '_layout.html' %} {% from 'dashboard/labels.html' import render_labels_form with context %} {% from 'dashboard/labels.html' import render_add_label_form with context %} {% from 'dashboard/project.html' import render_project_form with context %} {% from 'dashboard/users.html' import render_users_form with context %} {% from 'dashboard/users.html' import render_add_user_form with context %} {% from 'dashboard/agreement.html' import render_agreement with context %} {% from 'dashboard/dataset.html' import render_dataset with context %} {% from 'dashboard/modeling.html' import render_modeling with context %} {% from 'dashboard/sidebar.html' import render_sidebar with context %} {% from 'dashboard/documents.html' import render_upload_docs_form with context %} {% block styles %} {{ super() }} {% endblock %} {% macro render_content() %}