mirror of
				https://github.com/netbox-community/netbox.git
				synced 2024-05-10 07:54:54 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			338 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			338 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{% load buttons %}
 | 
						|
 | 
						|
<div class="alert alert-warning text-end" role="alert">
 | 
						|
  <div class="float-start">
 | 
						|
    <i class="mdi mdi-alert"></i> Before you can add a {{ model|meta:"verbose_name" }} you must first create a
 | 
						|
      <strong>{{ prerequisite_model|meta:"verbose_name" }}</strong>.
 | 
						|
  </div>
 | 
						|
  {% add_button prerequisite_model %}
 | 
						|
</div>
 |