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

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

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

{{ csrf() }}

I want this add-on to be on step .

{% endblock %}