{% extends 'admin/master.html' %} {% block body %}

Summary

Administration

This section of BEL Commons is meant to be used for administrative purposes.

{% if current_user.is_authenticated and current_user.is_admin %}

Welcome back, master

{% endif %}

Projects

Projects can be created under the project tab. They contain a selection of users and networks that have been contributed by those users.

{% endblock %}