{% extends "base.html" %} {% block content %} Bienvenue sur NenuScanner {% if objects %} {% for object in objects %} {{ object.name }} {% endfor %} {% else %} Il n'y a aucun object pour le moment... {% endif %} {% endblock content %}
Il n'y a aucun object pour le moment...