|
|
|
@ -51,7 +51,7 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<h3>Filing Options</h3> |
|
|
|
{% if where_were_you_married_country == 'Canada' %} {# Eventually add not logged in with BC Services card check here #} |
|
|
|
{% if where_were_you_married_country == 'Canada' and not request.user.is_bcsc %} |
|
|
|
<p>You can file (?) your application for divorce in different ways.</p> |
|
|
|
{% endif %} |
|
|
|
<p>To file (?) your documents, you will need:</p> |
|
|
|
@ -72,8 +72,8 @@ |
|
|
|
<li>You will need to have your affidavit(s) sworn/affirmed (see above)</li> |
|
|
|
<li>Photo ID</li> |
|
|
|
</ul> |
|
|
|
{% if where_were_you_married_country == 'Canada' %} {# Eventually add not logged in with BC Services card check here #} |
|
|
|
<div class="question-well"> |
|
|
|
{% if where_were_you_married_country == 'Canada' and not request.user.is_bcsc %} |
|
|
|
<div class="question-well"> |
|
|
|
<h3>Select how you would like to file (?) your documents:</h3> |
|
|
|
<div class="radio"><label>{% input_field type="radio" name="how_to_file" value="Online" id="file-online" %} |
|
|
|
We will file Online through this tool</label></div> |
|
|
|
|