{% extends "layout.html" %} {% load static from staticfiles %} {% load i18n %} {% block content %}

{% trans 'Laws' %}

{% if top_items %}

{% trans 'More Laws' %}

{% endif %}
{% for c in chars %} {{ c }} {% endfor %}
{% if items %} {% endif %}
{% if not items %} {% include "noresults.html" %} {% endif %} {% include "pagination.html" %} {% endblock %}