{% extends 'utilities/bulk_edit_form.html' %} {% load form_helpers %} {% block title %}Circuit Bulk Edit{% endblock %} {% block selected_objects_table %} Circuit Type Provider Port speed Commit rate {% for circuit in selected_objects %} {{ circuit }} {{ circuit.type }} {{ circuit.provider }} {{ circuit.port_speed_human }} {{ circuit.commit_rate_human }} {% endfor %} {% endblock %}