Save segunda brancha as backup
This commit is contained in:
13
Templates/Sistemas/Xclientes/detail.html
Normal file
13
Templates/Sistemas/Xclientes/detail.html
Normal file
@@ -0,0 +1,13 @@
|
||||
{% extends 'base.html' %}
|
||||
|
||||
{% block title %}
|
||||
{{object}} | Sistemas
|
||||
{% endblock title %}
|
||||
|
||||
|
||||
{% block content %}
|
||||
<h1>{{object.cliente}}</h1>
|
||||
{{object.id_sistema}} <br>
|
||||
{{object.num_licencias}}
|
||||
{% endblock content %}
|
||||
|
||||
Reference in New Issue
Block a user