mirror of
				https://gitlab.com/animath/si/plateforme.git
				synced 2025-11-04 09:42:10 +01:00 
			
		
		
		
	Make consistent the right alignment and the column structure
Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
		@@ -10,19 +10,19 @@
 | 
			
		||||
        </div>
 | 
			
		||||
    <div class="card-body">
 | 
			
		||||
        <dl class="row">
 | 
			
		||||
            <dt class="col-sm-6 text-end">{% trans "Name:" %}</dt>
 | 
			
		||||
            <dt class="col-sm-6 text-sm-end">{% trans "Name:" %}</dt>
 | 
			
		||||
            <dd class="col-sm-6">{{ team.name }}</dd>
 | 
			
		||||
 | 
			
		||||
            <dt class="col-sm-6 text-end">{% trans "Trigram:" %}</dt>
 | 
			
		||||
            <dt class="col-sm-6 text-sm-end">{% trans "Trigram:" %}</dt>
 | 
			
		||||
            <dd class="col-sm-6">{{ team.trigram }}</dd>
 | 
			
		||||
 | 
			
		||||
            <dt class="col-sm-6 text-end">{% trans "Email:" %}</dt>
 | 
			
		||||
            <dt class="col-sm-6 text-sm-end">{% trans "Email:" %}</dt>
 | 
			
		||||
            <dd class="col-sm-6"><a href="mailto:{{ team.email }}">{{ team.email }}</a></dd>
 | 
			
		||||
 | 
			
		||||
            <dt class="col-sm-6 text-end">{% trans "Access code:" %}</dt>
 | 
			
		||||
            <dt class="col-sm-6 text-sm-end">{% trans "Access code:" %}</dt>
 | 
			
		||||
            <dd class="col-sm-6">{{ team.access_code }}</dd>
 | 
			
		||||
 | 
			
		||||
            <dt class="col-sm-6 text-end">{% trans "Coaches:" %}</dt>
 | 
			
		||||
            <dt class="col-sm-6 text-sm-end">{% trans "Coaches:" %}</dt>
 | 
			
		||||
            <dd class="col-sm-6">
 | 
			
		||||
                {% for coach in team.coaches.all %}
 | 
			
		||||
                    <a href="{% url "registration:user_detail" pk=coach.user.pk %}">{{ coach }}</a>{% if not forloop.last %},{% endif %}
 | 
			
		||||
@@ -31,7 +31,7 @@
 | 
			
		||||
                {% endfor %}
 | 
			
		||||
            </dd>
 | 
			
		||||
 | 
			
		||||
            <dt class="col-sm-6 text-end">{% trans "Participants:" %}</dt>
 | 
			
		||||
            <dt class="col-sm-6 text-sm-end">{% trans "Participants:" %}</dt>
 | 
			
		||||
            <dd class="col-sm-6">
 | 
			
		||||
                {% for student in team.students.all %}
 | 
			
		||||
                    <a href="{% url "registration:user_detail" pk=student.user.pk %}">{{ student }}</a>{% if not forloop.last %},{% endif %}
 | 
			
		||||
@@ -40,7 +40,7 @@
 | 
			
		||||
                {% endfor %}
 | 
			
		||||
            </dd>
 | 
			
		||||
 | 
			
		||||
            <dt class="col-sm-6 text-end">{% trans "Tournament:" %}</dt>
 | 
			
		||||
            <dt class="col-sm-6 text-sm-end">{% trans "Tournament:" %}</dt>
 | 
			
		||||
            <dd class="col-sm-6">
 | 
			
		||||
                {% if team.participation.tournament %}
 | 
			
		||||
                    <a href="{% url "participation:tournament_detail" pk=team.participation.tournament.pk %}">{{ team.participation.tournament }}</a>
 | 
			
		||||
@@ -49,7 +49,7 @@
 | 
			
		||||
                {% endif %}
 | 
			
		||||
            </dd>
 | 
			
		||||
 | 
			
		||||
            <dt class="col-sm-6 text-end">{% trans "Photo authorizations:" %}</dt>
 | 
			
		||||
            <dt class="col-sm-6 text-sm-end">{% trans "Photo authorizations:" %}</dt>
 | 
			
		||||
            <dd class="col-sm-6">
 | 
			
		||||
                {% for participant in team.participants.all %}
 | 
			
		||||
                    {% if participant.photo_authorization %}
 | 
			
		||||
@@ -61,7 +61,7 @@
 | 
			
		||||
            </dd>
 | 
			
		||||
 | 
			
		||||
            {% if team.participation.final %}
 | 
			
		||||
                <dt class="col-sm-6 text-end">{% trans "Photo authorizations (final):" %}</dt>
 | 
			
		||||
                <dt class="col-sm-6 text-sm-end">{% trans "Photo authorizations (final):" %}</dt>
 | 
			
		||||
                <dd class="col-sm-6">
 | 
			
		||||
                    {% for participant in team.participants.all %}
 | 
			
		||||
                        {% if participant.photo_authorization_final %}
 | 
			
		||||
@@ -74,7 +74,7 @@
 | 
			
		||||
            {% endif %}
 | 
			
		||||
 | 
			
		||||
            {% if not team.participation.tournament.remote  %}
 | 
			
		||||
                <dt class="col-sm-6 text-end">{% trans "Health sheets:" %}</dt>
 | 
			
		||||
                <dt class="col-sm-6 text-sm-end">{% trans "Health sheets:" %}</dt>
 | 
			
		||||
                <dd class="col-sm-6">
 | 
			
		||||
                    {% for student in team.students.all %}
 | 
			
		||||
                        {% if student.under_18 %}
 | 
			
		||||
@@ -87,7 +87,7 @@
 | 
			
		||||
                    {% endfor %}
 | 
			
		||||
                </dd>
 | 
			
		||||
 | 
			
		||||
                <dt class="col-sm-6 text-end">{% trans "Vaccine sheets:" %}</dt>
 | 
			
		||||
                <dt class="col-sm-6 text-sm-end">{% trans "Vaccine sheets:" %}</dt>
 | 
			
		||||
                <dd class="col-sm-6">
 | 
			
		||||
                    {% for student in team.students.all %}
 | 
			
		||||
                        {% if student.under_18 %}
 | 
			
		||||
@@ -100,7 +100,7 @@
 | 
			
		||||
                    {% endfor %}
 | 
			
		||||
                </dd>
 | 
			
		||||
 | 
			
		||||
                <dt class="col-sm-6 text-end">{% trans "Parental authorizations:" %}</dt>
 | 
			
		||||
                <dt class="col-sm-6 text-sm-end">{% trans "Parental authorizations:" %}</dt>
 | 
			
		||||
                <dd class="col-sm-6">
 | 
			
		||||
                    {% for student in team.students.all %}
 | 
			
		||||
                        {% if student.under_18 %}
 | 
			
		||||
@@ -114,7 +114,7 @@
 | 
			
		||||
                </dd>
 | 
			
		||||
 | 
			
		||||
                {% if team.participation.final %}
 | 
			
		||||
                    <dt class="col-sm-6 text-end">{% trans "Parental authorizations (final):" %}</dt>
 | 
			
		||||
                    <dt class="col-sm-6 text-sm-end">{% trans "Parental authorizations (final):" %}</dt>
 | 
			
		||||
                    <dd class="col-sm-6">
 | 
			
		||||
                        {% for student in team.students.all %}
 | 
			
		||||
                            {% if student.under_18_final %}
 | 
			
		||||
@@ -129,7 +129,7 @@
 | 
			
		||||
                {% endif %}
 | 
			
		||||
            {% endif %}
 | 
			
		||||
 | 
			
		||||
            <dt class="col-sm-6 text-end">{% trans "Motivation letter:" %}</dt>
 | 
			
		||||
            <dt class="col-sm-6 text-sm-end">{% trans "Motivation letter:" %}</dt>
 | 
			
		||||
            <dd class="col-sm-6">
 | 
			
		||||
                {% if team.motivation_letter %}
 | 
			
		||||
                    <a href="{{ team.motivation_letter.url }}">{% trans "Download" %}</a>
 | 
			
		||||
@@ -155,7 +155,7 @@
 | 
			
		||||
            <hr class="my-3">
 | 
			
		||||
            {% for student in team.students.all %}
 | 
			
		||||
                {% for payment in student.payments.all %}
 | 
			
		||||
                    <dt class="col-sm-6 text-end">
 | 
			
		||||
                    <dt class="col-sm-6 text-sm-end">
 | 
			
		||||
                        {% trans "Payment of" %} {{ student }}
 | 
			
		||||
                        {% if payment.grouped %}({% trans "grouped" %}){% endif %}
 | 
			
		||||
                        {% if payment.final %} ({% trans "final" %}){% endif %} :
 | 
			
		||||
 
 | 
			
		||||
@@ -9,53 +9,53 @@
 | 
			
		||||
        </div>
 | 
			
		||||
        <div class="card-body">
 | 
			
		||||
            <dl class="row">
 | 
			
		||||
                <dt class="col-xl-6 text-end">{% trans 'organizers'|capfirst %}</dt>
 | 
			
		||||
                <dd class="col-xl-6">{{ tournament.organizers.all|join:", " }}</dd>
 | 
			
		||||
                <dt class="col-sm-6 text-sm-end">{% trans 'organizers'|capfirst %}</dt>
 | 
			
		||||
                <dd class="col-sm-6">{{ tournament.organizers.all|join:", " }}</dd>
 | 
			
		||||
 | 
			
		||||
                <dt class="col-xl-6 text-end">{% trans 'size'|capfirst %}</dt>
 | 
			
		||||
                <dd class="col-xl-6">{{ tournament.max_teams }}</dd>
 | 
			
		||||
                <dt class="col-sm-6 text-sm-end">{% trans 'size'|capfirst %}</dt>
 | 
			
		||||
                <dd class="col-sm-6">{{ tournament.max_teams }}</dd>
 | 
			
		||||
 | 
			
		||||
                <dt class="col-xl-6 text-end">{% trans 'place'|capfirst %}</dt>
 | 
			
		||||
                <dd class="col-xl-6">{{ tournament.place }}</dd>
 | 
			
		||||
                <dt class="col-sm-6 text-sm-end">{% trans 'place'|capfirst %}</dt>
 | 
			
		||||
                <dd class="col-sm-6">{{ tournament.place }}</dd>
 | 
			
		||||
 | 
			
		||||
                <dt class="col-xl-6 text-end">{% trans 'price'|capfirst %}</dt>
 | 
			
		||||
                <dd class="col-xl-6">{% if tournament.price %}{{ tournament.price }} €{% else %}{% trans "Free" %}{% endif %}</dd>
 | 
			
		||||
                <dt class="col-sm-6 text-sm-end">{% trans 'price'|capfirst %}</dt>
 | 
			
		||||
                <dd class="col-sm-6">{% if tournament.price %}{{ tournament.price }} €{% else %}{% trans "Free" %}{% endif %}</dd>
 | 
			
		||||
 | 
			
		||||
                <dt class="col-xl-6 text-end">{% trans 'remote'|capfirst %}</dt>
 | 
			
		||||
                <dd class="col-xl-6">{{ tournament.remote|yesno }}</dd>
 | 
			
		||||
                <dt class="col-sm-6 text-sm-end">{% trans 'remote'|capfirst %}</dt>
 | 
			
		||||
                <dd class="col-sm-6">{{ tournament.remote|yesno }}</dd>
 | 
			
		||||
 | 
			
		||||
                <dt class="col-xl-6 text-end">{% trans 'dates'|capfirst %}</dt>
 | 
			
		||||
                <dd class="col-xl-6">{% trans "From" %} {{ tournament.date_start }} {% trans "to" %} {{ tournament.date_end }}</dd>
 | 
			
		||||
                <dt class="col-sm-6 text-sm-end">{% trans 'dates'|capfirst %}</dt>
 | 
			
		||||
                <dd class="col-sm-6">{% trans "From" %} {{ tournament.date_start }} {% trans "to" %} {{ tournament.date_end }}</dd>
 | 
			
		||||
 | 
			
		||||
                <dt class="col-xl-6 text-end">{% trans 'date of registration closing'|capfirst %}</dt>
 | 
			
		||||
                <dd class="col-xl-6">{{ tournament.inscription_limit }}</dd>
 | 
			
		||||
                <dt class="col-sm-6 text-sm-end">{% trans 'date of registration closing'|capfirst %}</dt>
 | 
			
		||||
                <dd class="col-sm-6">{{ tournament.inscription_limit }}</dd>
 | 
			
		||||
 | 
			
		||||
                <dt class="col-xl-6 text-end">{% trans 'date of maximal solution submission'|capfirst %}</dt>
 | 
			
		||||
                <dd class="col-xl-6">{{ tournament.solution_limit }}</dd>
 | 
			
		||||
                <dt class="col-sm-6 text-sm-end">{% trans 'date of maximal solution submission'|capfirst %}</dt>
 | 
			
		||||
                <dd class="col-sm-6">{{ tournament.solution_limit }}</dd>
 | 
			
		||||
 | 
			
		||||
                <dt class="col-xl-6 text-end">{% trans 'date of the random draw'|capfirst %}</dt>
 | 
			
		||||
                <dd class="col-xl-6">{{ tournament.solutions_draw }}</dd>
 | 
			
		||||
                <dt class="col-sm-6 text-sm-end">{% trans 'date of the random draw'|capfirst %}</dt>
 | 
			
		||||
                <dd class="col-sm-6">{{ tournament.solutions_draw }}</dd>
 | 
			
		||||
 | 
			
		||||
                <dt class="col-xl-6 text-end">{% trans 'date of maximal syntheses submission for the first round'|capfirst %}</dt>
 | 
			
		||||
                <dd class="col-xl-6">{{ tournament.syntheses_first_phase_limit }}</dd>
 | 
			
		||||
                <dt class="col-sm-6 text-sm-end">{% trans 'date of maximal syntheses submission for the first round'|capfirst %}</dt>
 | 
			
		||||
                <dd class="col-sm-6">{{ tournament.syntheses_first_phase_limit }}</dd>
 | 
			
		||||
 | 
			
		||||
                <dt class="col-xl-6 text-end">{% trans 'date when solutions of round 2 are available'|capfirst %}</dt>
 | 
			
		||||
                <dd class="col-xl-6">{{ tournament.solutions_available_second_phase }}</dd>
 | 
			
		||||
                <dt class="col-sm-6 text-sm-end">{% trans 'date when solutions of round 2 are available'|capfirst %}</dt>
 | 
			
		||||
                <dd class="col-sm-6">{{ tournament.solutions_available_second_phase }}</dd>
 | 
			
		||||
 | 
			
		||||
                <dt class="col-xl-6 text-end">{% trans 'date of maximal syntheses submission for the second round'|capfirst %}</dt>
 | 
			
		||||
                <dd class="col-xl-6">{{ tournament.syntheses_second_phase_limit }}</dd>
 | 
			
		||||
                <dt class="col-sm-6 text-sm-end">{% trans 'date of maximal syntheses submission for the second round'|capfirst %}</dt>
 | 
			
		||||
                <dd class="col-sm-6">{{ tournament.syntheses_second_phase_limit }}</dd>
 | 
			
		||||
 | 
			
		||||
                <dt class="col-xl-6 text-end">{% trans 'description'|capfirst %}</dt>
 | 
			
		||||
                <dd class="col-xl-6">{{ tournament.description }}</dd>
 | 
			
		||||
                <dt class="col-sm-6 text-sm-end">{% trans 'description'|capfirst %}</dt>
 | 
			
		||||
                <dd class="col-sm-6">{{ tournament.description }}</dd>
 | 
			
		||||
 | 
			
		||||
                <dt class="col-xl-6 text-end">{% trans 'To contact organizers' %}</dt>
 | 
			
		||||
                <dd class="col-xl-6"><a href="mailto:{{ tournament.organizers_email }}">{{ tournament.organizers_email }}</a></dd>
 | 
			
		||||
                <dt class="col-sm-6 text-sm-end">{% trans 'To contact organizers' %}</dt>
 | 
			
		||||
                <dd class="col-sm-6"><a href="mailto:{{ tournament.organizers_email }}">{{ tournament.organizers_email }}</a></dd>
 | 
			
		||||
 | 
			
		||||
                <dt class="col-xl-6 text-end">{% trans 'To contact juries' %}</dt>
 | 
			
		||||
                <dd class="col-xl-6"><a href="mailto:{{ tournament.jurys_email }}">{{ tournament.jurys_email }}</a></dd>
 | 
			
		||||
                <dt class="col-sm-6 text-sm-end">{% trans 'To contact juries' %}</dt>
 | 
			
		||||
                <dd class="col-sm-6"><a href="mailto:{{ tournament.jurys_email }}">{{ tournament.jurys_email }}</a></dd>
 | 
			
		||||
 | 
			
		||||
                <dt class="col-xl-6 text-end">{% trans 'To contact valid teams' %}</dt>
 | 
			
		||||
                <dd class="col-xl-6"><a href="mailto:{{ tournament.teams_email }}">{{ tournament.teams_email }}</a></dd>
 | 
			
		||||
                <dt class="col-sm-6 text-sm-end">{% trans 'To contact valid teams' %}</dt>
 | 
			
		||||
                <dd class="col-sm-6"><a href="mailto:{{ tournament.teams_email }}">{{ tournament.teams_email }}</a></dd>
 | 
			
		||||
            </dl>
 | 
			
		||||
        </div>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -11,18 +11,18 @@
 | 
			
		||||
        </div>
 | 
			
		||||
    <div class="card-body">
 | 
			
		||||
        <dl class="row">
 | 
			
		||||
            <dt class="col-sm-6 text-end">{% trans "Last name:" %}</dt>
 | 
			
		||||
            <dt class="col-sm-6 text-sm-end">{% trans "Last name:" %}</dt>
 | 
			
		||||
            <dd class="col-sm-6">{{ user_object.last_name }}</dd>
 | 
			
		||||
 | 
			
		||||
            <dt class="col-sm-6 text-end">{% trans "First name:" %}</dt>
 | 
			
		||||
            <dt class="col-sm-6 text-sm-end">{% trans "First name:" %}</dt>
 | 
			
		||||
            <dd class="col-sm-6">{{ user_object.first_name }}</dd>
 | 
			
		||||
 | 
			
		||||
            <dt class="col-sm-6 text-end">{% trans "Email:" %}</dt>
 | 
			
		||||
            <dt class="col-sm-6 text-sm-end">{% trans "Email:" %}</dt>
 | 
			
		||||
            <dd class="col-sm-6"><a href="mailto:{{ user_object.email }}">{{ user_object.email }}</a>
 | 
			
		||||
                {% if not user_object.registration.email_confirmed %} (<em>{% trans "Not confirmed" %}, <a href="{% url "registration:email_validation_resend" pk=user_object.pk %}">{% trans "resend the validation link" %}</a></em>){% endif %}</dd>
 | 
			
		||||
 | 
			
		||||
            {% if user_object == user %}
 | 
			
		||||
                <dt class="col-sm-6 text-end">{% trans "Password:" %}</dt>
 | 
			
		||||
                <dt class="col-sm-6 text-sm-end">{% trans "Password:" %}</dt>
 | 
			
		||||
                <dd class="col-sm-6">
 | 
			
		||||
                    <a href="{% url 'password_change' %}" class="btn btn-sm btn-secondary">
 | 
			
		||||
                        <i class="fas fa-edit"></i> {% trans "Change password" %}
 | 
			
		||||
@@ -31,7 +31,7 @@
 | 
			
		||||
            {% endif %}
 | 
			
		||||
 | 
			
		||||
            {% if user_object.registration.participates %}
 | 
			
		||||
                <dt class="col-sm-6 text-end">{% trans "Team:" %}</dt>
 | 
			
		||||
                <dt class="col-sm-6 text-sm-end">{% trans "Team:" %}</dt>
 | 
			
		||||
                {% trans "any" as any %}
 | 
			
		||||
                <dd class="col-sm-6">
 | 
			
		||||
                    <a href="{% if user_object.registration.team %}{% url "participation:team_detail" pk=user_object.registration.team.pk %}{% else %}#{% endif %}">
 | 
			
		||||
@@ -40,30 +40,30 @@
 | 
			
		||||
                </dd>
 | 
			
		||||
 | 
			
		||||
                {% if user_object.registration.studentregistration %}
 | 
			
		||||
                    <dt class="col-sm-6 text-end">{% trans "Birth date:" %}</dt>
 | 
			
		||||
                    <dt class="col-sm-6 text-sm-end">{% trans "Birth date:" %}</dt>
 | 
			
		||||
                    <dd class="col-sm-6">{{ user_object.registration.birth_date }}</dd>
 | 
			
		||||
                {% endif %}
 | 
			
		||||
 | 
			
		||||
                <dt class="col-sm-6 text-end">{% trans "Gender:" %}</dt>
 | 
			
		||||
                <dt class="col-sm-6 text-sm-end">{% trans "Gender:" %}</dt>
 | 
			
		||||
                <dd class="col-sm-6">{{ user_object.registration.get_gender_display }}</dd>
 | 
			
		||||
 | 
			
		||||
                <dt class="col-sm-6 text-end">{% trans "Address:" %}</dt>
 | 
			
		||||
                <dt class="col-sm-6 text-sm-end">{% trans "Address:" %}</dt>
 | 
			
		||||
                <dd class="col-sm-6">{{ user_object.registration.address }}, {{ user_object.registration.zip_code|stringformat:'05d' }} {{ user_object.registration.city }}</dd>
 | 
			
		||||
 | 
			
		||||
                <dt class="col-sm-6 text-end">{% trans "Phone number:" %}</dt>
 | 
			
		||||
                <dt class="col-sm-6 text-sm-end">{% trans "Phone number:" %}</dt>
 | 
			
		||||
                <dd class="col-sm-6">{{ user_object.registration.phone_number }}</dd>
 | 
			
		||||
 | 
			
		||||
                {% if user_object.registration.health_issues %}
 | 
			
		||||
                    <dt class="col-sm-6 text-end">{% trans "Health issues:" %}</dt>
 | 
			
		||||
                    <dt class="col-sm-6 text-sm-end">{% trans "Health issues:" %}</dt>
 | 
			
		||||
                    <dd class="col-sm-6">{{ user_object.registration.health_issues }}</dd>
 | 
			
		||||
                {% endif %}
 | 
			
		||||
 | 
			
		||||
                {% if user_object.registration.housing_constraints %}
 | 
			
		||||
                    <dt class="col-sm-6 text-end">{% trans "Housing constraints:" %}</dt>
 | 
			
		||||
                    <dt class="col-sm-6 text-sm-end">{% trans "Housing constraints:" %}</dt>
 | 
			
		||||
                    <dd class="col-sm-6">{{ user_object.registration.housing_constraints }}</dd>
 | 
			
		||||
                {% endif %}
 | 
			
		||||
 | 
			
		||||
                <dt class="col-sm-6 text-end">{% trans "Photo authorization:" %}</dt>
 | 
			
		||||
                <dt class="col-sm-6 text-sm-end">{% trans "Photo authorization:" %}</dt>
 | 
			
		||||
                <dd class="col-sm-6">
 | 
			
		||||
                    {% if user_object.registration.photo_authorization %}
 | 
			
		||||
                        <a href="{{ user_object.registration.photo_authorization.url }}">{% trans "Download" %}</a>
 | 
			
		||||
@@ -74,7 +74,7 @@
 | 
			
		||||
                </dd>
 | 
			
		||||
 | 
			
		||||
                {% if user_object.registration.team.participation.final %}
 | 
			
		||||
                    <dt class="col-sm-6 text-end">{% trans "Photo authorization (final):" %}</dt>
 | 
			
		||||
                    <dt class="col-sm-6 text-sm-end">{% trans "Photo authorization (final):" %}</dt>
 | 
			
		||||
                    <dd class="col-sm-6">
 | 
			
		||||
                        {% if user_object.registration.photo_authorization_final %}
 | 
			
		||||
                            <a href="{{ user_object.registration.photo_authorization_final.url }}">{% trans "Download" %}</a>
 | 
			
		||||
@@ -86,7 +86,7 @@
 | 
			
		||||
 | 
			
		||||
            {% if user_object.registration.studentregistration %}
 | 
			
		||||
                {% if user_object.registration.under_18 and user_object.registration.team.participation.tournament and not user_object.registration.team.participation.tournament.remote %}
 | 
			
		||||
                    <dt class="col-sm-6 text-end">{% trans "Health sheet:" %}</dt>
 | 
			
		||||
                    <dt class="col-sm-6 text-sm-end">{% trans "Health sheet:" %}</dt>
 | 
			
		||||
                    <dd class="col-sm-6">
 | 
			
		||||
                        {% if user_object.registration.health_sheet %}
 | 
			
		||||
                            <a href="{{ user_object.registration.health_sheet.url }}">{% trans "Download" %}</a>
 | 
			
		||||
@@ -96,7 +96,7 @@
 | 
			
		||||
                        {% endif %}
 | 
			
		||||
                    </dd>
 | 
			
		||||
 | 
			
		||||
                    <dt class="col-sm-6 text-end">{% trans "Vaccine sheet:" %}</dt>
 | 
			
		||||
                    <dt class="col-sm-6 text-sm-end">{% trans "Vaccine sheet:" %}</dt>
 | 
			
		||||
                    <dd class="col-sm-6">
 | 
			
		||||
                        {% if user_object.registration.vaccine_sheet %}
 | 
			
		||||
                            <a href="{{ user_object.registration.vaccine_sheet.url }}">{% trans "Download" %}</a>
 | 
			
		||||
@@ -106,7 +106,7 @@
 | 
			
		||||
                        {% endif %}
 | 
			
		||||
                    </dd>
 | 
			
		||||
 | 
			
		||||
                    <dt class="col-sm-6 text-end">{% trans "Parental authorization:" %}</dt>
 | 
			
		||||
                    <dt class="col-sm-6 text-sm-end">{% trans "Parental authorization:" %}</dt>
 | 
			
		||||
                    <dd class="col-sm-6">
 | 
			
		||||
                        {% if user_object.registration.parental_authorization %}
 | 
			
		||||
                            <a href="{{ user_object.registration.parental_authorization.url }}">{% trans "Download" %}</a>
 | 
			
		||||
@@ -117,7 +117,7 @@
 | 
			
		||||
                    </dd>
 | 
			
		||||
 | 
			
		||||
                    {% if user_object.registration.team.participation.final %}
 | 
			
		||||
                        <dt class="col-sm-6 text-end">{% trans "Parental authorization (final):" %}</dt>
 | 
			
		||||
                        <dt class="col-sm-6 text-sm-end">{% trans "Parental authorization (final):" %}</dt>
 | 
			
		||||
                        <dd class="col-sm-6">
 | 
			
		||||
                            {% if user_object.registration.parental_authorization_final %}
 | 
			
		||||
                                <a href="{{ user_object.registration.parental_authorization_final.url }}">{% trans "Download" %}</a>
 | 
			
		||||
@@ -127,38 +127,38 @@
 | 
			
		||||
                    {% endif %}
 | 
			
		||||
                {% endif %}
 | 
			
		||||
 | 
			
		||||
                <dt class="col-sm-6 text-end">{% trans "Student class:" %}</dt>
 | 
			
		||||
                <dt class="col-sm-6 text-sm-end">{% trans "Student class:" %}</dt>
 | 
			
		||||
                <dd class="col-sm-6">{{ user_object.registration.get_student_class_display }}</dd>
 | 
			
		||||
 | 
			
		||||
                <dt class="col-sm-6 text-end">{% trans "School:" %}</dt>
 | 
			
		||||
                <dt class="col-sm-6 text-sm-end">{% trans "School:" %}</dt>
 | 
			
		||||
                <dd class="col-sm-6">{{ user_object.registration.school }}</dd>
 | 
			
		||||
 | 
			
		||||
                <dt class="col-sm-6 text-end">{% trans "Responsible name:" %}</dt>
 | 
			
		||||
                <dt class="col-sm-6 text-sm-end">{% trans "Responsible name:" %}</dt>
 | 
			
		||||
                <dd class="col-sm-6">{{ user_object.registration.responsible_name }}</dd>
 | 
			
		||||
 | 
			
		||||
                <dt class="col-sm-6 text-end">{% trans "Responsible phone number:" %}</dt>
 | 
			
		||||
                <dt class="col-sm-6 text-sm-end">{% trans "Responsible phone number:" %}</dt>
 | 
			
		||||
                <dd class="col-sm-6">{{ user_object.registration.responsible_phone }}</dd>
 | 
			
		||||
 | 
			
		||||
                <dt class="col-sm-6 text-end">{% trans "Responsible email address:" %}</dt>
 | 
			
		||||
                <dt class="col-sm-6 text-sm-end">{% trans "Responsible email address:" %}</dt>
 | 
			
		||||
                {% with user_object.registration.responsible_email as email %}
 | 
			
		||||
                    <dd class="col-sm-6"><a href="mailto:{{ email }}">{{ email }}</a></dd>
 | 
			
		||||
                {% endwith %}
 | 
			
		||||
            {% elif user_object.registration.coachregistration %}
 | 
			
		||||
                <dt class="col-sm-6 text-end">{% trans "Most recent degree:" %}</dt>
 | 
			
		||||
                <dt class="col-sm-6 text-sm-end">{% trans "Most recent degree:" %}</dt>
 | 
			
		||||
                <dd class="col-sm-6">{{ user_object.registration.last_degree }}</dd>
 | 
			
		||||
 | 
			
		||||
                <dt class="col-sm-6 text-end">{% trans "Professional activity:" %}</dt>
 | 
			
		||||
                <dt class="col-sm-6 text-sm-end">{% trans "Professional activity:" %}</dt>
 | 
			
		||||
                <dd class="col-sm-6">{{ user_object.registration.professional_activity }}</dd>
 | 
			
		||||
 | 
			
		||||
            {% elif user_object.registration.is_volunteer %}
 | 
			
		||||
                <dt class="col-sm-6 text-end">{% trans "Professional activity:" %}</dt>
 | 
			
		||||
                <dt class="col-sm-6 text-sm-end">{% trans "Professional activity:" %}</dt>
 | 
			
		||||
                <dd class="col-sm-6">{{ user_object.registration.professional_activity }}</dd>
 | 
			
		||||
 | 
			
		||||
                <dt class="col-sm-6 text-end">{% trans "Admin:" %}</dt>
 | 
			
		||||
                <dt class="col-sm-6 text-sm-end">{% trans "Admin:" %}</dt>
 | 
			
		||||
                <dd class="col-sm-6">{{ user_object.registration.is_admin|yesno }}</dd>
 | 
			
		||||
            {% endif %}
 | 
			
		||||
 | 
			
		||||
            <dt class="col-sm-6 text-end">{% trans "Grant Animath to contact me in the future about other actions:" %}</dt>
 | 
			
		||||
            <dt class="col-sm-6 text-sm-end">{% trans "Grant Animath to contact me in the future about other actions:" %}</dt>
 | 
			
		||||
            <dd class="col-sm-6">{{ user_object.registration.give_contact_to_animath|yesno }}</dd>
 | 
			
		||||
        </dl>
 | 
			
		||||
 | 
			
		||||
@@ -166,7 +166,7 @@
 | 
			
		||||
            <hr>
 | 
			
		||||
            {% for payment in user_object.registration.payments.all %}
 | 
			
		||||
                <dl class="row">
 | 
			
		||||
                    <dt class="col-sm-6 text-end">
 | 
			
		||||
                    <dt class="col-sm-6 text-sm-end">
 | 
			
		||||
                        {% if payment.final %}
 | 
			
		||||
                            {% trans "Payment information (final):" %}
 | 
			
		||||
                        {% else %}
 | 
			
		||||
 
 | 
			
		||||
@@ -41,7 +41,7 @@
 | 
			
		||||
                        <i class="fab fa-gitlab"></i>
 | 
			
		||||
                    </a>
 | 
			
		||||
            </div>
 | 
			
		||||
            <div class="col-sm-1 text-end">
 | 
			
		||||
            <div class="col-sm-1 text-sm-end">
 | 
			
		||||
                <a href="#" class="text-muted">
 | 
			
		||||
                    <i class="fa fa-arrow-up" aria-hidden="true"></i>
 | 
			
		||||
                </a>
 | 
			
		||||
 
 | 
			
		||||
@@ -17,7 +17,7 @@
 | 
			
		||||
                Ton équipe est déjà formée ?
 | 
			
		||||
            </h3>
 | 
			
		||||
        </div>
 | 
			
		||||
        <div class="col-sm text-end">
 | 
			
		||||
        <div class="col-sm text-sm-end">
 | 
			
		||||
            <div class="btn-group-vertical">
 | 
			
		||||
                <a class="btn btn-primary btn-lg" href="{% url "registration:signup" %}" role="button">Inscris-toi maintenant !</a>
 | 
			
		||||
                <a class="btn btn-light text-dark btn-lg" href="{% url "login" %}" role="button">J'ai déjà un compte</a>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user