{% load conntrackt_tags %} {% for entity in project.entity_set.all %} {% endfor %}
{% html_link project.name 'project' project.id title=project.description %}{% html_link '' 'project_iptables' project.id class="btn btn-link pull-right" %}
{% html_link entity.name 'entity' entity.id class="btn btn-link" %}{% html_link '' 'entity_iptables' entity.id class="btn btn-link pull-right" %}