{% extends 'base.html' %} {% load i18n %} {% load static %} {% load bootstrap3 %} {% block custom_head_css_js %} {% endblock %} {% block content %}
{{ action }}
{% if form.non_field_errors %}
{{ form.non_field_errors }}
{% endif %} {% csrf_token %}

{% trans 'Basic' %}

{% bootstrap_field form.name layout="horizontal" %}

{% trans 'User' %}

{% bootstrap_field form.users layout="horizontal" %} {% bootstrap_field form.user_groups layout="horizontal" %}

{% trans 'RemoteApp' %}

{% bootstrap_field form.remote_apps layout="horizontal" %}

{% trans 'Other' %}

{{ form.is_active }}
{% if form.errors %} to {% else %} to {% endif %}
{{ form.date_expired.errors }} {{ form.date_start.errors }}
{% bootstrap_field form.comment layout="horizontal" %}
{% endblock %} {% block custom_foot_js %} {% endblock %}