{% extends 'base.html' %} {% load i18n %} {% load static %} {% load bootstrap %} {% block custom_head_css_js %} {% endblock %} {% block content %}
{% trans 'Create asset permission ' %}
{% csrf_token %}

{% trans 'Name' %}

{{ form.name|bootstrap_horizontal }}

{% trans 'User' %}

{{ form.users|bootstrap_horizontal }} {{ form.user_groups|bootstrap_horizontal }}

{% trans 'Asset' %}

{{ form.assets|bootstrap_horizontal|safe }} {{ form.asset_groups|bootstrap_horizontal }} {{ form.system_users |bootstrap_horizontal }}

{% trans 'Other' %}

{{ form.is_active }}
{{ form.date_expired.errors }}
{{ form.comment|bootstrap_horizontal }}
{% endblock %} {% block custom_foot_js %} {% endblock %}