{{ version.verbose_name }}
{% extends "projects/base.html" %} {% load crispy from crispy_forms_tags %} {% load trans blocktrans from i18n %} {% load alter_field from ext_theme_tags %} {% block title %} {% if version %} {{ version.verbose_name }} - {{ version.project.name }} {% else %} {% trans "Activate a new version" %} {% endif %} {% endblock title %} {% block content-header %} {% with versions_active="active" %} {% include "projects/partials/header.html" %} {% endwith %} {% endblock content-header %} {% block content %}
{% blocktrans trimmed %} New documentation versions can be added from existing tags or branches. {% endblocktrans %}
{% trans "Learn more" %}