Last Updated: {{page.updated | date: "%-d %B %Y" }}{%if page.updatemsg%} – {{page.updatemsg}}{%endif%}

{% if page.relatedpages %}{% for r in page.relatedpages %}

Related page: {{r.title}}

{% endfor %}{% endif %} {% for p in page.policies %} {% assign theslug = p.title.en | slugify %} {% capture boxtitle %}

{% include multilang-policy-title.html title=p.title %}

{% endcapture %} {% include box.html type="start" title=boxtitle class="large" id=theslug %}
{% assign urlsize = p.url | size %}

Official law/policy page{% if urlsize > 1 %}s{% endif %}

{% include multilang-list-policy-links.html title=p.title url=p.url external="true" wrap="h2" id=theslug class="policy-heading" %}

Details

  • Date enacted: {{p.enactdate}}
  • Responsible {%if p.ministries.size == 1%}Entity (Agency, Ministry, etc.){%else%}Entities (Agencies, Ministries, etc.){%endif%}:
      {% for m in p.ministries %}
    • {% include multilang-list.html title=m.title url=m.url external="true" %}
    • {% endfor %}
  • Type: {{p.type}}
  • Scope: {{p.scope}}
  • Web only: {%if p.webonly == true %}yes{% else %}no{%endif%}
  • WCAG Version Used: {{p.wcagver}}
  • {% if p.standard %} {% unless p.standard == "None" or p.standard == "none" or p.standard == false %} {% if p.standard %}
  • Relevant Standard{%if p.standard.size > 1 %}s{%endif%}:
      {% for d in p.standard %}
    • {% include multilang-list.html title=d.title url=d.url external="true" %}{%if d.desc %}
      {{d.desc}}{%endif%}
    • {%endfor%}
  • {% endif %} {% endunless %} {% endif %} {% if p.documents %}
  • Relevant Documents:
      {% for d in p.documents %}
    • {% include multilang-list.html title=d.title url=d.url external="true" %}{%if d.desc %}
      {{d.desc}}{%endif%}
    • {%endfor%}
  • {% endif %}
{% include box.html type="end" %} {% endfor %}