{% extends 'base.html.twig' %} {% block meta_og_title %} {% spaceless %} {% if app.request.locale == 'fr' %} Resultats de la recherche de {{ rechercheMot }} sur Le Musee des Jeux Video {% else %} Search results for {{ rechercheMot }} on The Video Games Museum {% endif %} {% endspaceless %} {% endblock %} {% block meta_og_type %}website{% endblock %} {% block meta_og_image %}{% if app.request.locale == 'fr' %}{{ base_url_fr_sans_langue }}images/logo-mjv-1.png{% else %}{{ base_url_en_sans_langue }}images/logo-vgm-1.png{% endif %}{% endblock %} {% block meta_title %} {% spaceless %} {% if app.request.locale == 'fr' %} Resultats de la recherche de {{ rechercheMot }} sur Le Musee des Jeux Video {% else %} Search results for {{ rechercheMot }} on The Video Games Museum {% endif %} {% endspaceless %} {% endblock %} {% block meta_description %}{% endblock %} {% block chemin %}
{% trans %}Accueil{% endtrans %} > {% trans %}Collection{% endtrans %}
{% endblock %} {% block sous_chemin %}

{% trans %}Rajouter un jeu à votre collection{% endtrans %}

{% trans %}Nom du jeu{% endtrans %} :
{% trans %}Système{% endtrans %} :
{% if rechercheSysteme != '' %} {% endif %}
{% trans %}Genre{% endtrans %} :
{% if rechercheGenre != '' %} {% endif %}
{% endblock %} {% block pagination1 %} {% endblock %} {% block body %}
{% if totalDesJeux == '0' %} {% trans %}Aucun jeu trouvé !{% endtrans %} {% endif %} {% if totalDesJeux > '0' %} {% for jeu in listeDesJeux %} {% if app.request.locale == 'fr' %} {% else %} {% endif %} {% endfor %}
{% trans %}Système{% endtrans %} {% trans %}Titre{% endtrans %} {% trans %}Année{% endtrans %} {% trans %}Genre{% endtrans %} {% trans %}Action{% endtrans %}
{{ jeu.systemePropre }} {{ jeu.titrePropre }} {% if ( jeu.annee != 0 ) %}{{ jeu.annee }}{% endif %}{% if ( jeu.annee == 0 ) %}????{% endif %}{{ jeu.genre }}{{ jeu.genre.genreEn }} {% trans %}Ajouter{% endtrans %}
{% endif %}

{% trans %}Ajouter{% endtrans %} {% trans %}à votre collection{% endtrans %}







{% if app.user %} {% endif %} {% if affichageFormCollectionAjout == false %}

{% trans %}Merci pour votre ajout{% endtrans %}.

{% trans %}Le jeu a bien été ajouté dans votre collection !{% endtrans %}

{% endif %} {% endblock %} {% block pagination2 %}
    {% for page in listingNumerotationPagination %} {% if ( page.numeroAffiche != 'laquo' ) and ( page.numeroAffiche != 'raquo' ) %}
  • {{ page.numeroAffiche }}
  • {% endif %} {% if page.numeroAffiche == 'laquo' %}
  • «
  • {% endif %} {% if page.numeroAffiche == 'raquo' %}
  • »
  • {% endif %} {% endfor %}
{% endblock %}