2023-02-21 16:59:41 -05:00
|
|
|
<!DOCTYPE html>
|
2023-03-01 17:05:16 -05:00
|
|
|
{% include 'head.html' %}
|
|
|
|
|
{% include 'header.html' %}
|
2023-03-06 09:33:42 -05:00
|
|
|
{% include 'logo.html' %}
|
2023-02-17 16:59:42 -05:00
|
|
|
{% block content %}
|
2023-02-27 16:04:19 -05:00
|
|
|
{% include 'table.html' %}
|
|
|
|
|
{% endblock %}
|