{% extends 'generic/_base.html' %} {% load helpers %} {% load i18n %} {% load render_table from django_tables2 %} {% block title %}Sync {{ table.rows|length }} RIR Configs?{% endblock %} {% block tabs %} {% endblock %} {% block content %}
{% csrf_token %} {% for pk in pk_list %} {% endfor %}
Cancel
{% render_table table 'inc/table.html' %}
{% endblock %}