{% extends 'generic/_base.html' %} {% load buttons %} {% load custom_links %} {% load helpers %} {% load perms %} {% load plugins %} {% load tabs %} {% load i18n %} {% load markdown_tags %} {% comment %} Blocks: - page-header: Content displayed above the primary page content - breadcrumbs: Breadcrumb list items (HTML
  • elements) - object_identifier: Unique identifier for the object - title: Page title - subtitle: Additional context displayed below the title - controls: Control elements displayed between the header and content - control-buttons: Action buttons (add/edit/delete/etc.) - extra_controls: Any additional action buttons to display - tabs: Page tabs - content: Primary page content - modals: Any pre-loaded modals Context: - object: The object being viewed {% endcomment %} {% block page-header %}
    {{ block.super }} {% endblock page-header %} {% block title %}{% endblock %} {% block subtitle %} {% endblock subtitle %} {% block alerts %} {% plugin_alerts object %} {% endblock alerts %} {% block content %}
    Create a Virt-lab Modeling Current Run-state
    {% csrf_token %} {{ form.as_p }}
    {% if messages %}
    Results
    {% for message in messages %} {% if 'safe' in message.tags %} {% autoescape off %}{{ message.message| markdownify }} {% endautoescape %}{% endif %} {% endfor %}
    {% endif %}
    {% endblock content %} {% block modals %} {% include 'inc/htmx_modal.html' %} {% endblock modals %}