Files
karbor-dashboard/karbor_dashboard/templates/protectionproviders/_detail.html
xiangxinyong 0914f30a04 Rename Smaug Dashboard to Karbor
Smaug has been renamed to Karbor.
Adjust Dashboard accordingly.

Change-Id: I626c5937abff0f0ebdb1fbc91b72053f92f4390f
2016-08-29 16:09:39 +08:00

11 lines
245 B
HTML

{% load i18n %}
<div class="detail">
<dl class="dl-horizontal">
<dt>{% trans "Provider Name" %}</dt>
<dd>{{ provider.name }}</dd>
<dt>{% trans "Provider Description" %}</dt>
<dd>{{ provider.description }}</dd>
</dl>
</div>