Files
AS_timbres/Templates/Sistemas/Xclientes/detail.html
2023-01-20 10:20:45 -06:00

14 lines
246 B
HTML

{% extends 'base.html' %}
{% block title %}
{{object}} | Sistemas
{% endblock title %}
{% block content %}
<h1>{{object.cliente}}</h1>
{{object.id_sistema}} <br>
{{object.num_licencias}}
{% endblock content %}