{% extends "manage/manage_base.html" %} {% load i18n %} {% block javascript %} {% endblock %} {% block left_slot %} {% for action in actions %}
{{action.title}}
{% endfor %} {% endblock %} {% block content %}

{% trans 'Add action' %}

{% include "manage/lfs_form.html" %} {% if request.META.HTTP_REFERER %} {% endif %}
{% endblock %}