{# -*- mode: jinja2; -*- #}
{#
- Copyright (C) 2016 Free Software Foundation, Inc
+ Copyright (C) 2015 lpschedule-generator contributors. See CONTRIBUTORS.
- This template is free software: you can redistribute it and/or
- modify it under the terms of the GNU General Public License as
- published by the Free Software Foundation, either version 3 of the
- License, or (at your option) any later version.
+ This file is part of lpschedule-generator.
- This template is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
+ lpschedule-generator is free software: you can redistribute it
+ and/or modify it under the terms of the GNU General Public License
+ as published by the Free Software Foundation, either version 3 of
+ the License, or (at your option) any later version.
+
+ lpschedule-generator is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this template. If not, see
+ along with lpschedule-generator (see COPYING). If not, see
<http://www.gnu.org/licenses/>.
#}
{% endfor %} {# timeslot start #}
{% endmacro %}
-{# lp 2016 template start #}
-{% for day, timeslots in schedule.iteritems() %} {# day start #}
+{# lp schedule 2016 template start #}
+{% for day, timeslots in lp_dict.iteritems() %} {# day start #}
<article id="day-{{ loop.index }}-program" class="program-day">
{{ mk_day_header(day) }}
{{ populate_timeslots(timeslots, loop.index) }}