{% import 'components/pager.html' as pager %}
Overview
14%
Open
4
35%
In Progress
10
50%
Closed
14
{% set tasks = [ { title: "Add Fluid Layout Featuring A Vertical Menu With Icons Only", date: "Today", attachments: 2, avatars: [ "assets/images/256_luke-porter-261779-unsplash.jpg", "assets/images/256_michael-dam-258165-unsplash.jpg", "assets/images/256_rsz_1andy-lee-642320-unsplash.jpg" ], indicators: [ "bg-primary", "bg-accent" ] }, { title: "Add Initial Documentation Covering Basic Features", date: "Tomorrow", avatars: [ "assets/images/256_michael-dam-258165-unsplash.jpg", "assets/images/256_luke-porter-261779-unsplash.jpg" ], indicators: [ "bg-primary" ] }, { title: "Refactor HTML Markup To Be More SEO Friendly", date: "11 Feb", comments: 1, avatars_titles: [ "LB", "AD" ], indicators: [ "bg-primary" ] }, { title: "Add Documentation For JavaScript And CSS Components With Advanced Features Usage", date: "Tomorrow", avatars: [ "assets/images/256_michael-dam-258165-unsplash.jpg", "assets/images/256_luke-porter-261779-unsplash.jpg" ], indicators: [ "bg-primary" ] }, { title: "Add Layout Options", date: "Tomorrow", avatars: [ "assets/images/256_rsz_1andy-lee-642320-unsplash.jpg", "assets/images/256_michael-dam-258165-unsplash.jpg", "assets/images/256_luke-porter-261779-unsplash.jpg" ], indicators: [ "bg-primary" ], image: "assets/images/stories/256_rsz_jared-rice-388260-unsplash.jpg" }, { title: "Add Fluid Layout Featuring A Vertical Menu With Icons Only And A Compact Sidebar Menu", date: "Today", attachments: 2, avatars: [ "assets/images/256_luke-porter-261779-unsplash.jpg", "assets/images/256_michael-dam-258165-unsplash.jpg", "assets/images/256_rsz_1andy-lee-642320-unsplash.jpg" ], indicators: [ "bg-primary", "bg-accent" ] }, { title: "Refactor HTML Markup To Be Valid W3C And More Semantic And SEO Friendly", date: "11 Feb", comments: 1, avatars_titles: [ "LB", "AD" ], indicators: [ "bg-primary" ] }, { title: "Add Fluid Layout Featuring A Vertical Menu With Icons Only And A Compact Sidebar Menu", date: "Today", attachments: 2, avatars: [ "assets/images/256_luke-porter-261779-unsplash.jpg", "assets/images/256_michael-dam-258165-unsplash.jpg", "assets/images/256_rsz_1andy-lee-642320-unsplash.jpg" ], indicators: [ "bg-primary", "bg-accent" ] }, { title: "Add Layout Options", date: "Tomorrow", avatars: [ "assets/images/256_rsz_1andy-lee-642320-unsplash.jpg", "assets/images/256_michael-dam-258165-unsplash.jpg", "assets/images/256_luke-porter-261779-unsplash.jpg" ], indicators: [ "bg-primary" ], image: "assets/images/stories/256_rsz_dex-ezekiel-761373-unsplash.jpg" } ] %}
Tasks
{% for item in tasks %}
{% if item.image %} {% endif %}
{{ item.title }}
{% for indicator in item.indicators %} {% endfor %}
more_horiz
{{ item.date }} {% if item.attachments %} link {{ item.attachments }} {% endif %} {% if item.comments %} comment {{ item.comments }} {% endif %}
{% for avatar in item.avatars %}
Avatar
{% endfor %} {% for avatar in item.avatars_titles %} {% endfor %}
add
{% endfor %}
{{ pager.pager() }}