Skip to content
Snippets Groups Projects

Dashboard widget for SMART PLAN

Merged Jonathan Weth requested to merge feature/smart-plan-dashboard-widget into master
All threads resolved!
5 files
+ 111
11
Compare changes
  • Side-by-side
  • Inline
Files
5
{% for period, lessons in lesson_periods.items %}
<div class="row">
<div class="col s4">
{% include "chronos/partials/period_time.html" with period=period periods=periods %}
</div>
<div class="col s8">
{% include "chronos/partials/lesson.html" with lessons=lessons %}
</div>
</div>
{% endfor %}
Loading