{% set activities = [{ avatar_image: "assets/images/256_luke-porter-261779-unsplash.jpg", assigned: "Luke Porter", email: "contact@frontted.com", meta: "commented on ticket #3292 ", comment: "What is the status on this ticket?", time: "5 min ago" }, { avatar_image: "assets/images/256_daniel-gaffey-1060698-unsplash.jpg", assigned: "Daniel Gaffery", email: "contact@frontted.com", meta: "commented on ticket #3292 ", comment: "What is the status on this ticket?", time: "5 min ago" }, { avatar_image: "assets/images/256_jeremy-banks-798787-unsplash.jpg", assigned: "Jeremy Banks", email: "contact@frontted.com", meta: "commented on ticket #3292 ", comment: "What is the status on this ticket?", time: "5 min ago" }, { avatar_image: "assets/images/256_joao-silas-636453-unsplash.jpg", assigned: "Francesca Silo", email: "contact@frontted.com", meta: "commented on ticket #3292 ", comment: "What is the status on this ticket?", time: "5 min ago" }, { avatar_image: "assets/images/256_luke-porter-261779-unsplash.jpg", assigned: "Luke Porter", email: "contact@frontted.com", meta: "commented on ticket #3292 ", comment: "What is the status on this ticket?", time: "5 min ago" }, { avatar_image: "assets/images/256_daniel-gaffey-1060698-unsplash.jpg", assigned: "Daniel Gaffery", email: "contact@frontted.com", meta: "commented on ticket #3292 ", comment: "What is the status on this ticket?", time: "5 min ago" }, { avatar_image: "assets/images/256_jeremy-banks-798787-unsplash.jpg", assigned: "Jeremy Banks", email: "contact@frontted.com", meta: "commented on ticket #3292 ", comment: "What is the status on this ticket?", time: "5 min ago" }, { avatar_image: "assets/images/256_joao-silas-636453-unsplash.jpg", assigned: "Francesca Silo", email: "contact@frontted.com", meta: "commented on ticket #3292 ", comment: "What is the status on this ticket?", time: "5 min ago" }] %} {% if 'fluid' in prefix %} {% endif %} {% if 'fluid' in prefix %} {% endif %}
{% for activity in activities %}
Avatar
{{ activity.assigned }}
{{ activity.meta | safe }}
{{ activity.comment }}
EVENTSTICKETSISSUES
{{ activity.time }}
{% endfor %}
{% import "components/pagination.html" as pagination %} {{ pagination.component(pages=3, first=true, last=true, align='right') }}