{% extends "base_side_categories.html" %} {% block title %}{{ page_title(_('Application Versions')) }}{% endblock %} {% block rss_feed %} {% endblock %} {% block content %}
{% trans %} Add-ons submitted to Mozilla Add-ons must have an install.rdf file with at least one of the below applications supported. Only the versions listed below are allowed for these applications. {% endtrans %}
{% for app in apps %}{{ app.guid }}
{{ versions[app.id]|join(', ') }}
{% trans url=_('http://developer.mozilla.org/en/docs/Install_Manifests') %} If your supported application does not require an install.rdf file, you still must include one with the required properties as specified here. {% endtrans %}
{% endblock %}