{% extends 'base.html' %}
{% load common_tags %}
{% load users_tags %}
{% load static %}
{% load i18n %}
{% block custom_head_css_js %}
{% endblock %}
{% block content %}
{% trans 'Name' %}: |
{{ asset_group.name }} |
{% trans 'Date created' %}: |
{{ asset_group.date_created }} |
{% trans 'Created by' %}: |
{{ asset_group.created_by }} |
{% trans 'Comment' %}: |
{{ asset_group.comment }} |
{% trans 'Name' %}: |
{{ asset_group.name }} |
{% trans 'Date created' %}: |
{{ asset_group.date_created }} |
{% trans 'Created by' %}: |
{{ asset_group.created_by }} |
{% trans 'Comment' %}: |
{{ asset_group.comment }} |
{% trans 'Associate asset user(system/admin)' %}
{% trans 'repush system user' %}: |
|
{% for group in user.groups.all %}
{{ group.name }} |
|
{% endfor %}
{% endblock %}
{% block custom_foot_js %}
{% endblock %}