{% extends "layouts/content_with_sidebar.html" %} {% block sidebar %} {% include "lava_projects/_project_actions.html" %} {% endblock %} {% block content %}

Projects

LAVA uses projects to organize other data structures. Projects are similar to the project concept in other development tools and web applications.

Anyone is free to register a project and use that to coordinate testing efforts.

{% if recent_project_list %}

Recently registered projects

See all projects

{% endif %} {% endblock %}