murano-dashboard/muranodashboard/templates/packages/_workflow_step.html

14 lines
309 B
HTML

<noscript><h3>{{ step }}</h3></noscript>
<table class="table-fixed">
<tbody>
<tr>
<td class="actions">
{% include "packages/_form_fields_simple.html" %}
</td>
<td class="help_text">
{{ step.get_help_text }}
</td>
</tr>
</tbody>
</table>
{{ step.media }}