{% extends "base.html" %}
{% load staticfiles %}
{% load i18n %}
{% block styles %}
{% endblock %}
{% block scripts %}
{% endblock %}
{% block content %}
{% include "united4earth/header.html" %}
{% include "united4earth/profile.html" %}
{% include "united4earth/home.html" %}
{% include "united4earth/action-groups.html" %}
{% include "united4earth/organisation.html" %}
{% include "united4earth/map.html" %}
{% include "united4earth/mes-actions.html" %}
{% include "united4earth/representatives.html" %}
{% include "united4earth/action-group-forms-script.html" %}
{% include "united4earth/organisation-forms-script.html" %}
{% include "united4earth/greve-mondiale-climat.html" %}
{% include "united4earth/soutenir.html" %}
{% include "united4earth/legal/contact.html" %}
{% include "united4earth/legal/nos-valeurs.html" %}
{% include "united4earth/legal/mentions-legales.html" %}
{% include "united4earth/legal/team-contact-sent.html" %}
{% include "united4earth/legal/cgu.html" %}
{% include "united4earth/risefor-historique.html" %}
{% include "united4earth/join-team.html" %}
{% include "united4earth/install-risefor.html" %}
{% include "united4earth/forms/help-install.html" %}
{% include "united4earth/test-upload.html" %}
{% include "united4earth/calendar.html" %}
{% include "united4earth/footer.html" %}
{% endblock %}