| <%= Check.human_attribute_name(:number) %> | <%= Check.human_attribute_name(:name) %> | <%= Check.human_attribute_name(:standards) %> | <%= t("checks.target_disabilities") %> | <%= t("checks.applicability") %> | <%= Check.human_attribute_name(:external_number) %> | <%= Check.human_attribute_name(:conformity_level) %> |
|---|---|---|---|---|---|---|
| <%= check.number %> | <%= check.t_name %> | <%= check.standards.map(&:t_name).join(", ") %> | <%= check.display_target_disabilities %> | <%= check.t_name %> | <%= check.t_name %> | <%= link_to(check.t_name, url_for(check)) %> |