{% extends "base.html" %} {% block title %}Speech{% endblock %} {% block content %}
Speaker | {{ speech.member_name.title() }} |
---|---|
Speaker's Gender | {{ speech.gender.title() }} |
Sitting Date | {{ speech.sitting_date }} |
Political Party | {{ speech.political_party.title() }} |
{{speech.contents}}