{% extends "admin/base.html" %}
{% set title = 'Jetpack' %}
{% block title %}{{ page_title(title) }}{% endblock %}
{% block extrahead %}
{% endblock %}
{% set minver, maxver = upgrader.jetpack_versions() %}
{% block js %}
{% endblock %}
{% macro jetpack_head() %}
{% endmacro %}
{% macro jetpack_row(file, is_upgraded=False) %}
{% if upgrading and file.id|string in repack_status %}
{% set repack = repack_status[file.id|string] %}
{% set failed = repack.status == 'failed' %}
{% endif %}
Add-on
Version
Status
Jetpack
File
{% if upgrading %}
Upgrade
{% endif %}
{{ repack.msg }}
Jetpacks created with the builder having SDK versions {{ minver }} – {{ maxver }} {{ 'are being' if upgrading else 'will be' }} upgraded. Select a different range.
Jetpack Version | Count |
---|---|
{{ version }} | {{ count }} |
Total | {{ jetpacks|length }} |
These are all the Jetpack files we know about. Disabled files and add-ons are excluded.
{{ status }} |
---|
|
Show all repacked for version | {% if subset %}
|
No Jetpacks found. |