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!
3 files
+ 4
23
Compare changes
  • Side-by-side
  • Inline
Files
3
{# -*- engine:django -*- #}
{% load i18n static %}
{% load i18n static humanize %}
<div class="card">
<div class="card-content">
<span class="card-title">
{% blocktrans with day_label=day_label %}
My timetable for {{ day_label }}
{% blocktrans with day=day|naturalday:"l" %}
My timetable for {{ day }}
{% endblocktrans %}
</span>
<div class="timetable-plan">
Loading