{% extends "core/skeleton.html" %} {% load i18n static %} {% block css %} {% if DEBUG %} {% else %} {% endif %} {% endblock %} {% block body_class %}page-account{% endblock %} {% block content %}
{% trans 'Vosae logo' %}

{% block page_account_title %}{% endblock page_account_title %}

{% block page_account_content %}{% endblock page_account_content %}
{% block page_account_bottom %}{% endblock page_account_bottom %} {% endblock %}