{% extends "sp_base.html" %} {% load static %} {% load i18n %}
{% block content %}

{% trans "Welcome to the Campus Condorcet subscription website!" %}



 

{% trans "Your are moving in to the Campus" %}

{% trans "Register using your Campus institution account" %}

{% trans "Send invites for people to declare their accounts" %}

{% trans "You have been invited by a member of the Campus" %}

{% trans "Register using your origin institution account" %}

{% trans "Register using an empty form" %}

{% trans "You would like to invite somebody to the Campus" %}

{% trans "Send invites" %}
 
{% endblock %}