Skip to content
Extraits de code Groupes Projets
group_list.haml 529 o
- extends 'base.html'

- block content
  %table.table
    - for group in object_list
      %tr
        - if group.kind != 'country' and group.kind != 'chamber'
          %td
            %a{'href': "{% url 'representatives:representative-list' group_kind='chamber' group=group.chamber.name %}"}= group.chamber.name

        %td
          %a{'href': '{{ group.get_absolute_url }}'}
            - if group.abbreviation
              ={group.abbreviation}
        %td
          %a{'href': '{{ group.get_absolute_url }}'}= group.name