{% extends "base.html" %} {% load falcontags %} {% api 1.0 %} {% block title %}Release {{ p.name }}{% endblock %} {% block main_content %}

Release {{ p.name }} (version {{ p.version }})

{{ p.description }} {% if appinstall %}

App-install data

The app-install data package to make using this repository easy, is APPINSTALLDATA {% endif %}

Components in this release

{% for c in components %}
{{ c.name }}
{{ c.description }}
{% endfor %}
{% endblock %}