{% extends 'gentelella/base.html' %} {% load i18n %} {% block title %} {% trans 'Signature settings' %} {% endblock %} {% block pre_head %} {% endblock %} {% block content %}

{% trans 'Signature settings' %}

{% csrf_token %} {{ form.as_grid }}
{% endblock %} {% block js %} {% endblock %}