{% extends "base.html" %} {% load render_table from django_tables2 %} {% load i18n %} {% block content %}
{% if can_create_wei %}
{% trans "Create WEI" %} {% endif %}
{% trans "WEI listing" %}
{% render_table table %}
{% endblock %} {% block extrajavascript %} {% endblock %}