- extends 'representatives/representative_list.html'

- load representatives_tags
- load representatives_recommendations_tags

- block list

  .representative_grid
    - for representative in object_list
      .representative_item
        %p.photo
          %a{'href': "{{ representative.get_absolute_url }}"}
            %img{'src': '={representative.photo}', 'width': '80'}/
        %ul
          %li.name
            %a{'href': "{{ representative.get_absolute_url }}"}
              = representative.full_name
          %li.chamber
            %a{'href': "{% url 'representatives:representative-list' group_kind='chamber' group=representative.chamber.name %}"}
              = representative.chamber|chamber_icon
          %li.country
            %a{'href': "{{ representative.country.get_absolute_url }}"}
              = representative.country|country_flag
          %li.mandate
            %a{'href': "{{ representative.main_mandate.group.get_absolute_url }}"}
              = representative.main_mandate.group|group_icon
          %li.score
            = representative.score.score|score_label