mirror of
https://github.com/ferdzo/serviceCRM.git
synced 2026-04-04 21:06:24 +00:00
6 lines
132 B
HTML
6 lines
132 B
HTML
{% extends 'base.html' %}
|
|
{% load render_table from django_tables2 %}
|
|
|
|
{% block content %}
|
|
{% render_table table %}
|
|
{%endblock%} |