This lesson is still being designed and assembled (Pre-Alpha version)
{% elsif site.life_cycle == "alpha" %}
This lesson is in the early stages of development (Alpha version)
{% elsif site.life_cycle == "beta" %}
This lesson is being piloted (Beta version)
{% elsif site.life_cycle == "stable" %}
{% comment %}
We do not do anything special for lessons in stable
{% endcomment %}
{% comment %}
Below we cover the 2 phases of lesson transition towards the Carpentries Workbench:
Variables needed:
- transition_date_prebeta: the date of the prebeta stage
- transition_date_beta: the date of the beta stage
- transition_date_prerelease: the date of the prerelease stage
- transition-step-1: We notify that there is a snapshot of the lesson available for testing, and that it will supersede this version.
- transition-step-2 We indicate that this version of the lesson is a snapshot and a new version of the lesson is avaiable and will supersede this version at a given date.
{% endcomment %}
{% elsif site.life_cycle == "transition-step-1" %}
{% include check_transition_variables.html need_transition_date = 'true' %}