-
+
{% block committee_title %}
{% if committee %}
@@ -45,23 +45,24 @@
{{ committee.house.name }}
{% else %}
{{ committee.house.name }} Committee
{% endif %}
-
{% include '_social_sharing.html' %}
- {% endif %}
+
{% include '_social_sharing.html' %}
{% endblock %}
-
- {% if committee.id == 95 %}
- This committee was previously part of Agriculture, Land Reform and Rural Development. Historical meetings are available in the Agriculture committee.
- {% endif %}
- {% if committee.id == 23 %}
- This committee was previously part of Higher Education, Science and Innovation. Historical meetings are available in the Higher Education committee.
- {% endif %}
- {% if committee.id == 40 %}
- This committee was previously part of Justice and Correctional Services. Historical meetings are available in the Justice and Constitutional Development committee.
- {% endif %}
-
+ {% if committee.about %}
+
+ {% if committee.id == 95 %}
+ This committee was previously part of Agriculture, Land Reform and Rural Development. Historical meetings are available in the Agriculture committee.
+ {% endif %}
+ {% if committee.id == 23 %}
+ This committee was previously part of Higher Education, Science and Innovation. Historical meetings are available in the Higher Education committee.
+ {% endif %}
+ {% if committee.id == 40 %}
+ This committee was previously part of Justice and Correctional Services. Historical meetings are available in the Justice and Constitutional Development committee.
+ {% endif %}
+