html.template-intention.template-list td.intent-allow strong {
@extend %with-allow;
visibility: hidden;
}
html.template-intention.template-list td.intent-deny strong {
@extend %with-deny;
visibility: hidden;
}
html.template-intention.template-list td.destination {
@extend %tbody-th;
}