{% extends "repomaker/base_modal.html" %} {% load i18n %} {% block title %}{% trans 'Delete App Version' %}{% endblock %} {% block rm-content %}
{% blocktrans with app=object.app version=object.apk.version_name code=object.apk.version_code trimmed %} Are you sure you want to delete this version {{ version }} ({{ code }}) from your app {{ app }}? {% endblocktrans %}