{% extends 'projects/stage_base.html' %} {% load crispy_forms_tags %} {% load sekizai_tags %} {% load render_table from django_tables2 %} {% block stage_breadcrumb_links %}
  • {{ stage.name }}
  • Deployments
  • {% endblock stage_breadcrumb_links %} {% block content %}

    Stage Deployments


    {% render_table table %} {% endblock content %}