{% extends 'user/settings/base.html' %} {% from 'bootstrap/form.html' import render_form %} {% block title %}Notification Settings{% endblock %} {% block setting_content %}

Notification Settings

{{ render_form(form) }}
{% endblock %}