{% extends "todo/todo_base.html" %} {% block title %} {{ _("All Outdated packages") }} {% endblock %} {% block content %}
{% if is_mtm_only %} {{ _("Minetest-Mods org only") }} {% else %} {{ _("Minetest-Mods org only") }} {% endif %}
{{ _("Sort by date") }} {{ _("Sort by score") }}
{% from "macros/todo.html" import render_outdated_packages %} {{ render_outdated_packages(outdated_packages, current_user) }} {% endblock %}