{% extends 'base/layout.html' %} {% load buttons %} {% load static %} {% load plugins %} {% load helpers %} {% block controls %}
{% if perms.phonebox_plugin.add_number %} Add {% endif %} {% if perms.phonebox_plugin.add_number %} Import {% endif %}
{% endblock %} {% block content %}
{# Applied filters #} {% if filter_form %} {% applied_filters model filter_form request.GET %} {% endif %}

{% block title %}Numbers{% endblock %}

{% include 'phonebox_plugin/obj_table.html' with bulk_delete_url="plugins:phonebox_plugin:number_bulk_delete" bulk_edit_url="plugins:phonebox_plugin:number_bulk_edit" %}
{% include 'inc/filter_list.html' %}
{% endblock %}