{% extends "devhub/base.html" %} {% block content %}

Let's talk about {{ addon.name }}

Right now it's {% if step %} {% if addon.is_webapp() %} on step {{ step.step }}. {% else %} on step {{ step.step }}. {% endif %} {% else %} not in the submission process. {% endif %}

{{ csrf() }}

I want this add-on to be on step .

{% endblock %}