···1717 <input type="hidden" name="join_to" value="one">
1818 <button type="submit" class="btn btn-success">{% trans "Unirse" %}</button>
1919 {% else %}
2020- {# --- START modal for all or one journey --- #}
2121- {% include "journeys/blocks/join.all.one.html" %}
2222- {# --- END for all or one journey --- #}
2320 <input type="hidden" name="join_to" ng-value="joinToValue">
2421 <button type="submit" class="btn btn-success">{% trans "Unirse" %}</button>
2522 {% endif %}
···3229 <button type="submit" class="btn btn-danger">{% trans "Abandonar" %}</button>
3330 </form>
3431{% endif %}
3232+{# --- START modal for all or one journey --- #}
3333+{% include "journeys/blocks/join.all.one.html" %}
3434+{# --- END for all or one journey --- #}