{% extends "ui/report_base.html" %} {% load url from future %} {% load icons %} {% load formats %} {% load bob %} {% block contentarea %}
{% include 'ui/report_services_table.html' with title='Services with invalid relations' services=invalid_relation services_without_venture_mode=0 %}
{% include 'ui/report_services_table.html' with title='Services without a venture' services=services_without_venture services_without_venture_mode=1 %}
{% endblock %}