{% extends "todo/todo_base.html" %} {% block title %} {{ _("%(username)s's to do list", username=user.display_name) }} {% endblock %} {% block content %}
{{ _("Nothing to do :)") }}
{% endfor %}
{{ _("New: Git Update Detection has been set up on all packages to send notifications.") }}
{{ _("Consider changing the update settings to create releases automatically instead.") }}
{{ _("Instead of marking packages as outdated, you can automatically create releases when New Commits or New Tags are pushed to Git by clicking 'Update Settings'.") }} {% if outdated_packages %} {{ _("To remove a package from below, create a release or change the update settings.") }} {% endif %}
{% from "macros/todo.html" import render_outdated_packages %} {{ render_outdated_packages(outdated_packages, current_user) }} See AllLabelling your packages with tags helps users find them.
{{ _("Nothing to do :)") }}
{% endfor %}List of your forum topics which do not have a matching package. Topics with a strikethrough have been marked as discarded.
Congrats! You don't have any topics which aren't on CDB.
{% endif %} {% endblock %} {% block scriptextra %} {% endblock %}