{% load i18n %} {% load contentmanagertags %} {% if blck.klass %}
{% endif %} {% render_block request blck %} {% if blck.klass %}
{% endif %}
{% if small %} {% trans 'Insert before' %}
{% csrf_token %}
{% if blck.editable %} {% trans 'edit' %} {% endif %} {% trans 'delete' %} {% trans 'style' %}
{% csrf_token %}
{% trans 'insert after' %} {% else %} {% trans 'insert' %}
{% csrf_token %} {% trans 'up' %}
{% if blck.editable %} {% trans 'edit' %} {% endif %} {% trans 'delete' %} {% trans 'style' %}
{% csrf_token %} {% trans 'down' %}
{% trans 'insert' %} {% endif %}