{% extends 'admin_base.html.twig' %} {% block body %}
{{ blog.name }}
{{ blog.createdAt | ago }}| Id | Title | Blog | Country | Time | Status |
|---|---|---|---|---|---|
| {{ post.id }} | {{ post.title }} | {{ post.blog.name }} | {{ post.blog.country }} | {{ post.createdAt | ago }} |
{{ label }}
|