{% extends "base.html" %} {% block title %} {{ package.title }} {% endblock %} {% block content %} {% if not package.approved %}
A release is a single downloadable version of your {{ package.type.value | lower }}. You need to create releases even if you use a rolling release development cycle, as Minetest needs them to check for updates.
Create Release {% else %} A release is required before this package can be approved. {% endif %} {% elif not package.getDownloadRelease() %} Please wait for the release to be approved. {% else %} {% if package.checkPerm(current_user, "APPROVE_NEW") %} You can now approve this package if you're ready. {% else %} This package needs to be approved before it can be found. {% endif %} {% endif %}{{ package.shortDesc }}
{{ package.desc | markdown }}
Dependencies
|
Required by
|