{% from "macros/version_switch.html" import item_langs with context %} {% from "macros/preview.html" import external_link %}
{% macro buttons(is_popup=False) %}
{% if not is_popup %} {% for action in actions %} {%- set action_url = stream.url_for(env, action.action, item=item.id) -%} {{- action.title -}} {% endfor -%} Править {% endif %}
{% endmacro %} {% block content %}
{% endblock %}