| 
									
										
										
										
											2018-11-14 12:17:18 -05:00
										 |  |  | {% load helpers %} | 
					
						
							| 
									
										
										
										
											2018-10-25 15:51:12 -04:00
										 |  |  | <table class="table table-hover panel-body attr-table"> | 
					
						
							| 
									
										
										
										
											2018-10-30 12:16:22 -04:00
										 |  |  |     {% if termination.device %} | 
					
						
							|  |  |  |         {# Device component #} | 
					
						
							|  |  |  |         <tr> | 
					
						
							|  |  |  |             <td>Device</td> | 
					
						
							|  |  |  |             <td> | 
					
						
							|  |  |  |                 <a href="{{ termination.device.get_absolute_url }}">{{ termination.device }}</a> | 
					
						
							|  |  |  |             </td> | 
					
						
							|  |  |  |         </tr> | 
					
						
							| 
									
										
										
										
											2018-11-14 12:17:18 -05:00
										 |  |  |         <tr> | 
					
						
							|  |  |  |             <td>Type</td> | 
					
						
							|  |  |  |             <td> | 
					
						
							| 
									
										
										
										
											2020-03-09 10:50:46 -04:00
										 |  |  |                 {{ termination|meta:"verbose_name"|capfirst }} | 
					
						
							| 
									
										
										
										
											2018-11-14 12:17:18 -05:00
										 |  |  |             </td> | 
					
						
							|  |  |  |         </tr> | 
					
						
							| 
									
										
										
										
											2018-10-30 12:16:22 -04:00
										 |  |  |         <tr> | 
					
						
							|  |  |  |             <td>Component</td> | 
					
						
							| 
									
										
										
										
											2020-06-26 15:13:41 -04:00
										 |  |  |             <td> | 
					
						
							|  |  |  |                 <a href="{{ termination.get_absolute_url }}">{{ termination }}</a> | 
					
						
							|  |  |  |             </td> | 
					
						
							| 
									
										
										
										
											2018-10-30 12:16:22 -04:00
										 |  |  |         </tr> | 
					
						
							|  |  |  |     {% else %} | 
					
						
							|  |  |  |         {# Circuit termination #} | 
					
						
							|  |  |  |         <tr> | 
					
						
							|  |  |  |             <td>Provider</td> | 
					
						
							|  |  |  |             <td> | 
					
						
							|  |  |  |                 <a href="{{ termination.circuit.provider.get_absolute_url }}">{{ termination.circuit.provider }}</a> | 
					
						
							|  |  |  |             </td> | 
					
						
							|  |  |  |         </tr> | 
					
						
							|  |  |  |         <tr> | 
					
						
							|  |  |  |             <td>Circuit</td> | 
					
						
							|  |  |  |             <td> | 
					
						
							| 
									
										
										
										
											2018-12-11 11:15:45 -05:00
										 |  |  |                 <a href="{{ termination.circuit.get_absolute_url }}">{{ termination.circuit }}</a> ({{ termination }}) | 
					
						
							| 
									
										
										
										
											2018-10-30 12:16:22 -04:00
										 |  |  |             </td> | 
					
						
							|  |  |  |         </tr> | 
					
						
							|  |  |  |     {% endif %} | 
					
						
							| 
									
										
										
										
											2018-10-25 15:51:12 -04:00
										 |  |  | </table> |