{% extends "base.html" %} {% load static %} {% load url from future %} {% load i18n %} {% block title %}{% trans "My Trigger" %} - {{ user.username }} - {{ current_site.name }}{% endblock %} {% block content %}

{% trans 'Edition of your trigger' %} {{ context.description }}

{% csrf_token %} {{ form.non_field_errors }}
{{ form.tag.errors }} {{ form.tag }}
{{ form.notebook.errors }} {{ form.notebook }}
{% endblock %}