mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-11 01:53:47 +01:00
11 lines
254 B
HTML
11 lines
254 B
HTML
{% extends "todo/todo_base.html" %}
|
|
|
|
{% block title %}
|
|
{{ _("All Outdated packages") }}
|
|
{% endblock %}
|
|
|
|
{% block content %}
|
|
{% from "macros/todo.html" import render_outdated_packages %}
|
|
{{ render_outdated_packages(outdated_packages) }}
|
|
{% endblock %}
|