{% extends 'base.html' %} {% block title %} {{name}} Steamgifts Bot Notifications {% endblock %} {% block content %} {% for row in data %} {% endfor %}
ID Medium Type Success Created At Message
{{row.id}} {{row.medium}} {{row.type}} {{row.success}} {{row.created_at}} {{row.message}}
{% endblock %}