You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
401 B
16 lines
401 B
{% extends "ordr3:templates/layout_full.jinja2" %} |
|
|
|
{% block subtitle %} Reorder {{ context.model.cas_description }} {% endblock subtitle %} |
|
|
|
{% block content %} |
|
|
|
<div class="col-5"> |
|
<h4 class="mb-2 text-muted mb-4 text-truncate">Reorder <span class="text-dark">{{ context.model.cas_description }}</span></h4> |
|
{{form.render()|safe}} |
|
</div> |
|
|
|
<div class="col-5"></div> |
|
|
|
{% endblock content %} |
|
|
|
|
|
|