{% extends 'hungryFalconryApp/base.html' %} {% load bootstrap4 %} {% bootstrap_css %} {% bootstrap_javascript jquery='full' %} {% block title %}

Programar comederos

{% endblock %} {% block content %}

{{ nombre }}

{% bootstrap_messages %}
{{ form.media }} {% csrf_token %}
Fecha y hora
{% bootstrap_form form %}
{% for p in programacion reversed %} {% csrf_token %} {% endfor %}
{{p.dia}} a las {{p.hora}} {% if p.servida %} {% else %} {% endif %} {% if p.servida %} {% else %} {% endif %}
{% endblock %}