identicon anon
{% if route == 'home_index' %} {{ 'Home'|trans }} {% else %} {{ 'Home'|trans }} {% endif %} {% if route == 'page_stars' %} {{ 'Stars'|trans }} {{ stars }} {% else %} {{ 'Stars'|trans }} {{ stars }} {% endif %} {% if route == 'page_views' %} {{ 'Views'|trans }} {{ views }} {% else %} {{ 'Views'|trans }} {{ views }} {% endif %} {% if route == 'page_comments' %} {{ 'Comments'|trans }} {{ comments }} {% else %} {{ 'Comments'|trans }} {{ comments }} {% endif %} {% if route == 'page_downloads' %} {{ 'Downloads'|trans }} {{ downloads }} {% else %} {{ 'Downloads'|trans }} {{ downloads }} {% endif %} {% if route == 'page_editions' %} {{ 'Editions'|trans }} {{ editions }} {% else %} {{ 'Editions'|trans }} {{ editions }} {% endif %} {% if route == '/page/submit' %} {{ 'Submit'|trans }} {% else %} {{ 'Submit'|trans }} {% endif %}