{% extends "baseprojectpage.html" %} {% load projecttags %} {% load humanize %} {% block localbreadcrumb %}
  • Layers
  • {% endblock %} {% block projectinfomain %}
    {% if project %} The layer you are importing must be compatible with {{project.release.name}} ({{project.release.description}}), which is the release you are using in this project. {% endif %}
    Layer repository information
    Layer dependencies (optional) You can only add layers Toaster knows about
    Import and add to project Just import for the moment To import a layer, you need to enter a repository URL, a branch, tag or commit and a layer name
    {% endblock %}