diff --git a/resources/twig/categories/index.twig b/resources/twig/categories/index.twig new file mode 100644 index 0000000000..82e98ac0e1 --- /dev/null +++ b/resources/twig/categories/index.twig @@ -0,0 +1,40 @@ +{% extends "./layout/default.twig" %} +{% block content %} + {{ Breadcrumbs.renderIfExists(Route.getCurrentRoute.getName) }} +
| + | Name | +Last activity | +|
|---|---|---|---|
| + | Without a category | ++ | |
| + + | ++ {{ category.name }} + | + {% if category.lastActivity %} ++ {{category.lastActivity.format('jS F Y') }} + | + {% else %} ++ Never + | + {% endif %} +