{% extends 'JobBoardBundle::managerLayout.html.twig' %} {% block blogMenuActive%}active{% endblock %} {% block breadcrumb%}
  • Blog
  • {% endblock %} {% block content %}

    Liste des articles

    {% for entity in entities %} {% endfor %}
    Id Title Resume Createdat Updatedat Actions
    {{ entity.id }} {{ entity.title }} {{ entity.summary|raw }} {% if entity.createdAt %}{{ entity.createdAt|date('Y-m-d H:i:s') }}{% endif %} {% if entity.updatedAt %}{{ entity.updatedAt|date('Y-m-d H:i:s') }}{% endif %}  
    {% endblock%}