{% extends 'SharixAdmin/index.html' %} {% load render_table from django_tables2 %} {% load i18n %} {% block contenthome %}

{{ title }}

{% render_table table %} {% comment %} {% if table.page %} {% endif %} {% endcomment %}
{% trans 'Add' %}
{% endblock contenthome %}