{% extends 'notifications.html' %} {% block title %} Removed ({{vars["removed_notification"]}}) {% endblock %} {% block notification_table %} {% for _ in vars["fetched_logs"] %} {% if _[2] == 2 %} {% endif %} {% endfor %}
Date Title
{{_[0].split('T')[0]|formatdate}} {{_[1]}}
{% endblock %}