{% extends 'base.html' %} {% load i18n %} {% load static %} {% load bootstrap %} {% block custom_head_css_js %} {% endblock %} {% block content %}
{% trans 'Create asset perm for ' %}{{ user.name }}
{% csrf_token %} {{ form.action|bootstrap_horizontal }} {{ form.assets|bootstrap_horizontal }} {{ form.asset_groups|bootstrap_horizontal }} {{ form.system_users |bootstrap_horizontal }}
{{ form.date_expired.errors }}
{{ form.comment|bootstrap_horizontal }}
{% endblock %} {% block custom_foot_js %} {% endblock %}