{% extends "base.html" %}
{% load crispy_forms_tags %}
{% block title %}Preferences{% endblock %}
{% load static %}
{% load webpush_notifications %}
{% block extra_head %}
{% webpush_header %}
{% endblock %}
{% block extra_js %}
{% endblock %}
{% block content %}
{% include "preferences_ribbon.html" %}
{% crispy form form.helper %}
{% endblock %}