mirror of
				https://github.com/netbox-community/netbox.git
				synced 2024-05-10 07:54:54 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			214 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			214 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% extends 'dcim/component_template_create.html' %}
 | 
						|
{% load form_helpers %}
 | 
						|
 | 
						|
{% block replication_fields %}
 | 
						|
  {{ block.super }}
 | 
						|
  {% render_field replication_form.rear_port_set %}
 | 
						|
{% endblock replication_fields %}
 |