{% extends "billy/base.html" %} {% load billy_utiltags %} {% block title %}{{ leg.full_name }}{% endblock %} {% block script %} {% endblock %} {% block content %} json {% url legislator_noslug leg|level leg.leg_id as leg_url %} {% if leg_url %} | public {% endif %}
{% csrf_token %} {% for field in fields %} {% endfor %}
{{ field }} is locked
Source used for this change (not always needed)

Retire Legislator

{% csrf_token %}
{% endblock %}