{% extends 'RapsysBlogBundle::body.html.twig' %} {% block blog_title %}

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

{% endblock %} {% block blog_subtitle %}

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

{% endblock %} {% block content %} {% if keyword is defined and keyword %}

{{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 %}

{{ keyword.description }}

{% if keyword.articles %}

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

{% endif %}
{% endif %} {% endblock %} {% block alternate %} {% for locale, slug in keyword.slugs %} {% endfor %} {% endblock %} {% block footer_nav %} {% endblock %}