- 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.country
            %a{'href': "{% url 'representatives:representative-list' group_kind='country' group=representative.country.code %}"}
              = representative.country|country_flag
          %li.mandate
            %a{'href': "{{ representative.main_mandate.group.get_absolute_url }}"}
              = representative.main_mandate.group.abbreviation
          %li.score
            = representative.score.score|score_label