congress-dashboard/congress_dashboard/policies/templates/policies/index.html
Anusha Ramineni 88ef2e3d5a Move congress_dashboard folder to this project
Partially-Implements: blueprint enhance-congress-dashboard
Closes-Bug: #1653743
Change-Id: I9b2ae92e125181226130de56b09d5588b4cd1755
2017-03-15 04:41:58 +00:00

14 lines
320 B
HTML

{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Policies" %}{% endblock %}
{% block page_header %}
{% include "horizon/common/_page_header.html" with title=_("Policies") %}
{% endblock page_header %}
{% block main %}
<div id="policies">
{{ policies_table.render }}
</div>
{% endblock %}