Revision 28958b8e snf-cyclades-app/synnefo/ui/templates/partials/create_vm.html

b/snf-cyclades-app/synnefo/ui/templates/partials/create_vm.html
108 108
                    </h4>
109 109
                    <ul class="images-list">
110 110
                    </ul>
111
                    <span class="empty">{% trans "no images available" %}</span>
111
                    <span class="empty">
112
                      {% trans "No images available" %}.
113
                    </span>
114
                    {% if custom_image_help_url %}
115
                    <span class="custom-image-help" style="display:none">
116
                      <br /><br />
117
                      {% blocktrans with custom_image_help_url as url %}
118
                      Consult <a href="{{ url }}">this guide</a> if you want to create a custom OS image
119
                      {% endblocktrans %}
120
                    </span>
121
                    {% endif %}
112 122
                    <span class="loading hidden">{% trans "loading..." %}</span>
113 123
                </div>
114 124
                <div class="images-info-cont content-cont">

Also available in: Unified diff