{% extends "projects/base.html" %} {% load i18n %} {% load projects_tags %} {% load privacy_tags %} {% load core_tags %} {% block title %} Versions {% endblock title %} {% block content-header %} {% with versions_active="active" %} {% include "projects/partials/header.html" %} {% endwith %} {% endblock %} {% block content %}
{% trans "Active versions are built whenever new code is pushed to that branch or tag." %}