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

{% trans 'Action' %}

{% include "manage/lfs_form.html" %}
{% endblock %}