V-Beta-1.0.0
Vision is out of alpha !
This commit is contained in:
14
templates/notification/list.html.twig
Normal file
14
templates/notification/list.html.twig
Normal file
@@ -0,0 +1,14 @@
|
||||
{% extends 'base.html.twig' %}
|
||||
|
||||
{% block title %}{% trans %}title_notification_list{% endtrans %}{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<div class="row">
|
||||
<div class="col-lg-8"><hr>
|
||||
{% include '_cells/notificationTable.html.twig' with {'notifications': pagination} %}
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
{{ knp_pagination_render(pagination) }}
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user