{% extends "base.html" %}
{% load i18n %}
{% load static %}
{% block title %}{% blocktrans %}In Progress{% endblocktrans %}{% endblock %}
{% block description %}{% blocktrans %}Discover what's new in Boost{% endblocktrans %}{% endblock %}
{% block content %}
{% include "libraries/includes/version_alert.html" %}
{{ release_notes|safe|default:"No data for in-progress release notes yet. Come back soon!" }}
{% endblock %}