{% extends 'include/base.html' %} {% block title %}Pastillero{% endblock title %} {% block content %} Seleccionar Paciente search Filtrar por nombre o DNI Filtrar elementos Nombre DNI Acciones {% if patients %} {% for single_patient in patients %} {{single_patient.name}} {{single_patient.surname}} {{single_patient.dni}} medication {% endfor %} {% endif %} {% endblock content%} {% block scripts %} {% endblock scripts %}