{% extends 'base.html.twig' %} {% block meta_og_title %} {% apply spaceless %} {% if app.request.locale == 'fr' %} {% if ( rechercheMot == '' ) or ( rechercheMot == '-' ) %} Resultats de la recherche {{ rechercheFranchiseLibelle }} pour le genre {{ rechercheGenreLibelle }} sur {{ rechercheSystemeLibelle }} sur Le Musee des Jeux Video {% else %} Resultats de la recherche de {{ rechercheMot }} {{ rechercheFranchiseLibelle }} pour le genre {{ rechercheGenreLibelle }} sur {{ rechercheSystemeLibelle }} sur Le Musee des Jeux Video {% endif %} {% else %} {% if ( rechercheMot == '' ) or ( rechercheMot == '-' ) %} Search results {{ rechercheFranchiseLibelle }} for {{ rechercheGenreLibelle }} genre on {{ rechercheSystemeLibelle }} on The Video Games Museum {% else %} Search results for {{ rechercheMot }} {{ rechercheFranchiseLibelle }}, {{ rechercheGenreLibelle }} genre on {{ rechercheSystemeLibelle }} on The Video Games Museum {% endif %} {% endif %} {% endapply %} {% 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 %} {% apply spaceless %} {% if app.request.locale == 'fr' %} {% if ( rechercheMot == '' ) or ( rechercheMot == '-' ) %} Resultats de la recherche {{ rechercheFranchiseLibelle }} pour le genre {{ rechercheGenreLibelle }} sur {{ rechercheSystemeLibelle }} sur Le Musee des Jeux Video {% else %} Resultats de la recherche de {{ rechercheMot }} {{ rechercheFranchiseLibelle }} pour le genre {{ rechercheGenreLibelle }} sur {{ rechercheSystemeLibelle }} sur Le Musee des Jeux Video {% endif %} {% else %} {% if ( rechercheMot == '' ) or ( rechercheMot == '-' ) %} Search results {{ rechercheFranchiseLibelle }} for {{ rechercheGenreLibelle }} genre on {{ rechercheSystemeLibelle }} on The Video Games Museum {% else %} Search results for {{ rechercheMot }} {{ rechercheFranchiseLibelle }}, {{ rechercheGenreLibelle }} genre on {{ rechercheSystemeLibelle }} on The Video Games Museum {% endif %} {% endif %} {% endapply %} {% endblock %} {% block meta_description %}{% endblock %} {% block chemin %}
{% trans %}Accueil{% endtrans %} > {% trans %}Recherche{% endtrans %} : {% if ( rechercheMot != '' ) and ( rechercheMot != '-' ) %}{{ rechercheMot }} | {% endif %}{{ rechercheSystemeLibelle }} | {{ rechercheGenreLibelle }}{% if ( rechercheFranchise != '' ) %} | Franchise {{ rechercheFranchise }}{% endif %}
{% endblock %} {% block sous_chemin %}

{% trans %}Rechercher des jeux{% endtrans %}

{% trans %}Nom du jeu{% endtrans %} :
{% if rechercheMot == '-' %}{% else %}{% endif %}
{% trans %}Système{% endtrans %} :
{% if rechercheSysteme != '' %} {% endif %}
{% trans %}Genre{% endtrans %} :
{% if rechercheGenre != '' %} {% endif %}
{% trans %}Franchise{% endtrans %} :
{% if rechercheFranchise != '' %} {% endif %}
{% trans %}Affichage{% endtrans %} :
      {% if systemeAffichage == 'screenshots' %} {% endif %}
{% endblock %} {% block pagination1 %} {% endblock %} {% block body %} {% if systemeAffichage == 'screenshots' %}
{% if totalDesJeux == '0' %} {% trans %}Aucun jeu trouvé !{% endtrans %} {% else %}
{% for jeu in listeDesJeux %} {% for screen in jeu.listeDesScreenshots %} {% if ( ( screen.type_screen == 3 ) and ( screen.lien_screen != '' ) ) %} {% if jeu.clone == 0 %}
{{ screen.alt_screen }}
{% else %}
{{ screen.alt_screen }}
{% endif %} {% endif %} {% endfor %} {% endfor %}
{% endif %}
{% else %}
{% if totalDesJeux == '0' %} {% trans %}Aucun jeu trouvé !{% endtrans %} {% else %} {% for jeu in listeDesJeux %} {% if jeu.clone == 0 %} {% else %} {% endif %} {% if app.request.locale == 'fr' %} {% else %} {% endif %} {% endfor %}
{% trans %}Titre{% endtrans %} {% trans %}Système{% endtrans %} {% trans %}Année{% endtrans %} {% trans %}Genre{% endtrans %}
{{ jeu.titrePropre }}{{ jeu.titrePropre }}{{ jeu.systemePropre }} {% if ( jeu.annee != 0 ) %}{{ jeu.annee }}{% endif %}{% if ( jeu.annee == 0 ) %}????{% endif %}{{ jeu.genre }}{{ jeu.genre.genreEn }}
{% endif %}
{% 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 %}