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

{% trans 'Action' %}

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