{% extends 'layout.html' %}
{% load i18n %}
{% load bookwyrm_tags %}
{% load humanize %}
{% block title %}{% trans "Notifications" %}{% endblock %}
{% block content %}
{% trans "Notifications" %}
{% trans "You're all caught up!" %}
{% endif %}