{% extends 'base.html' %} {% load i18n %} {% load static %} {% load bootstrap %} {% block custom_head_css_js %} {% endblock %} {% block content %}
{{ action }}
{% csrf_token %}

{% trans 'Info' %}

{{ form.name|bootstrap_horizontal }} {{ form.remote_addr|bootstrap_horizontal }} {{ form.type|bootstrap_horizontal }} {{ form.url|bootstrap_horizontal }}

{% trans 'Other' %}

{{ form.comment|bootstrap_horizontal }}
{% endblock %} {% block custom_foot_js %} {% endblock %}