diff --git a/src/servala/frontend/templates/frontend/base.html b/src/servala/frontend/templates/frontend/base.html index 620cb6d..8454e0d 100644 --- a/src/servala/frontend/templates/frontend/base.html +++ b/src/servala/frontend/templates/frontend/base.html @@ -35,6 +35,8 @@ {% block page_title_extra %} {% endblock page_title_extra %} + {% block page_subtitle %} + {% endblock page_subtitle %}
{{ instance.context.service_definition.service.name }} - -
| {% translate "Type" %} | -{% translate "Status" %} | -{% translate "Last Transition Time" %} | -{% translate "Reason" %} | -{% translate "Message" %} | -
|---|---|---|---|---|
| {{ condition.type }} | -- {% if condition.status == "True" %} - True - {% elif condition.status == "False" %} - False - {% else %} - {{ condition.status }} - {% endif %} - | -{{ condition.lastTransitionTime|localtime_tag }} | -{{ condition.reason|default:"-" }} | -{{ condition.message|truncatewords:20|default:"-" }} | -
{% translate "No specification details to display." %}
- {% endfor %} + {% endif %} + {% if pricing.total_monthly %} +