{% load staticfiles bootstrap3 compile_static %}
{% load notifications_tags %}
{{ form.media }}
{% bootstrap_css %}
{% bootstrap_javascript %}
{% if request.user.is_authenticated %}
{% register_notify_callbacks callbacks='fill_aristotle_notification_menu,fill_notification_badge' %}
{% endif %}