{% extends "baseprojectpage.html" %} {% load projecttags %} {% load humanize %} {% load static %} {% block projectinfomain %} {% if project and project.release %}

Import layer

The layer you are importing must be compatible with {{project.release.description}}, which is the release you are using in this project.
Layer repository information
Layer dependencies (optional)
You can only add layers Toaster knows about
To import a layer you need to enter a layer name, a Git repository URL and a revision (branch, tag or commit)
{% else %} {#project and project release#}

Unsupported project type

This project does not support importing layers.

{% endif %} {% endblock %}