{% extends "base.twig" %} {% block content %}
{% include "codebox.twig" %}

Input example

{{ code.input }}

Output example

{{ code.output }}
{% if user.nick is defined and user.IDU == code.idu %} {% endif %}
{% if user.ROLE == 3 %} Delete source {% endif %} {% if page.otherV %}
View version's history
{% endif %}

Other implementations

{% if page.otherI %} {% for i in otherImplementation %}
Link
Lang: {{ i.lLang }}
{{ i.code }}
{% endfor %} {% endif %} {% if user.nick is defined %}
{% endif %}
{% if user.nick is defined %} {% endif %} {% if user.nick is defined and user.IDU == code.idu%} {% endif %} {% endblock %} {% block js %} {% endblock %} {% block css %} {% endblock %}