Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.50 KB | None | 0 0
  1. {{if associations|notempty}}
  2.     <div class="bottom">
  3.         <h5 class="heading heading--default heading--h5 ">
  4.             Associated {{if entityType|equals>provider}}Locations{{else}}Providers{{/if}}
  5.         </h5>
  6.         <div>
  7.             {{associations}}
  8.                 <div class="column column--size-3 column--gutter-outer-false column--gutter-inner-false">
  9.                     <a href="#" class="link link--default provider-search__details-link" id="{{id}}">{{name}}</a>
  10.                     <p>{{address}}</p>
  11.                 </div>
  12.             {{/associations}}
  13.         </div>
  14.     </div>
  15. {{/if}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement