{% extends "sora/base.html" %} {% load i18n %} {% load url from future %} {% block body %} {% include "sora/userbar.html" with context %}
{% if messages %}
{% for message in messages %}
{% include message.tpl %}
{% endfor %}
{% endif %} {% block content %} {% endblock %}
{% endblock %}