X-Git-Url: https://git.rapsys.eu/blogbundle/blobdiff_plain/d0160c8ba61411363705ba7dd8e2fe7f9e5f116a..a4327fe8283484cae72cce64c682801da33cb6c0:/Resources/views/keyword/index.html.twig diff --git a/Resources/views/keyword/index.html.twig b/Resources/views/keyword/index.html.twig index 9860b9c..b1a6ce4 100644 --- a/Resources/views/keyword/index.html.twig +++ b/Resources/views/keyword/index.html.twig @@ -1,28 +1,45 @@ -{% extends 'RapsysBlogBundle::body.html.twig' %} -{% block blog_title %}

{% trans %}Dev log{% endtrans %}

{% endblock %} +{% extends '@RapsysBlog/_base.html.twig' %} {% block content %} -
-

{% trans %}Keywords list{% endtrans %}

- {% for keyword in keywords %} -
+
-

{{keyword.title}}

-

- {% trans with {'%date%': keyword.created|localizeddate('full', 'short')} %}Published the %date%{% endtrans %}{% if keyword.created != keyword.updated %}{% trans with {'%date%': keyword.updated|localizeddate('short', 'short')} %}, edited the %date%{% endtrans %}{% endif %} -

+

{{ title }}

+

{{ description }}

- {% if keyword.articles %} -

{% transchoice keyword.articles|length %}{1} Article:|]1,Inf[ Articles:{% endtranschoice %}

-
    - {% for slug, article in keyword.articles %} -
  • {{ article }}
  • - {% endfor %} -
+
+ {% for keyword in keywords %} + + {% endfor %} +
+ {% if keywords_prev is defined or keywords_next is defined %} + {% endif %} - -
- {% endfor %} -
+ {% endblock %}