File diff e8434f637f9f → 90fac7c6abb9
conntrackt/templates/conntrackt/location_widget.html
Show inline comments
 
{% load conntrackt %}
 
{% load conntrackt_tags %}
 
  <table class="table table-striped">
 
    <tr><td><strong>{{location.name}}</strong></td><td>{% html_link '<i class="icon-book"></i>' 'project_location_iptables' project.id location.id class="btn btn-link" %}</td></tr>
 
{% for entity in entities %}