--- /dev/null
+{{if $direction.direction > 0}}
+<span class="direction">
+ •
+ {{if $direction.direction == 1}}
+ <i class="fa fa-inbox" aria-hidden="true" title="{{$direction.title}}"></i>
+ {{elseif $direction.direction == 2}}
+ <i class="fa fa-download" aria-hidden="true" title="{{$direction.title}}"></i>
+ {{/if}}
+</span>
+{{/if}}
--- /dev/null
+{{if $direction.direction > 0}}
+<span class="direction">
+ •
+ {{if $direction.direction == 1}}
+ <i class="icon-inbox" aria-hidden="true" title="{{$direction.title}}"></i>
+ {{elseif $direction.direction == 2}}
+ <i class="icon-download" aria-hidden="true" title="{{$direction.title}}"></i>
+ {{/if}}
+</span>
+{{/if}}